Skip to content

Commit

Permalink
Golem fix test
Browse files Browse the repository at this point in the history
Revert "instakill on attacking dukes is apparently bgt-only, fixes #51"

This reverts commit 6b4d2ac.
  • Loading branch information
burner1024 committed Mar 7, 2022
1 parent b731c7e commit 8b30ab8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions tnt/components/fair_fights/non_innocents.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ BUT_ONLY IF_EXISTS
COPY_EXISTING ~phanda.cre~ ~override~
WRITE_BYTE CRE_class IDS_OF_SYMBOL (~class~ ~paladin~)
BUT_ONLY IF_EXISTS

18 changes: 8 additions & 10 deletions tnt/components/fair_fights/winski.tpa
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ BEGIN
END
END

// BGT: instakill on attacking one of the dukes
//instakill on attacking one of the dukes
<<<<<<<< .../tnt-inlined/fair_fights/dukes.baf
IF
AttackedBy([PC],DEFAULT)
Expand All @@ -48,13 +48,11 @@ THEN
SetInterrupt(TRUE)
END
>>>>>>>>
ACTION_IF GAME_IS ~bgt~ BEGIN
ACTION_FOR_EACH script IN ~belt~ ~liia~
BEGIN
COPY_EXISTING ~%script%.bcs~ ~override~
R_B_B CASE_INSENSITIVE
~.../tnt-inlined/fair_fights/dukes.baf~
~.../tnt-inlined/fair_fights/empty.baf~
BUT_ONLY
END
ACTION_FOR_EACH script IN ~belt~ ~liia~
BEGIN
COPY_EXISTING ~%script%.bcs~ ~override~
R_B_B CASE_INSENSITIVE
~.../tnt-inlined/fair_fights/dukes.baf~
~.../tnt-inlined/fair_fights/empty.baf~
BUT_ONLY
END

0 comments on commit 8b30ab8

Please sign in to comment.