Skip to content

Commit

Permalink
Do not despawn Aldeth after betrayl
Browse files Browse the repository at this point in the history
  • Loading branch information
Ychap committed Oct 12, 2024
1 parent 9c6673f commit 0a37bff
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion JA#BGT_AdvPack/Betrayal/ja#aldeth_betrayal.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,19 @@ ADD_STATE_TRIGGER ALDETH 22 ~Global("JA#CUDED","%SWBaldursGate_MerchantLeague_L2
SET_WEIGHT ALDETH 22 #%state21_weight%


// BGEE/EET
REPLACE_TRANS_ACTION FLAMAL
BEGIN 1 END
BEGIN END
~ActionOverride("\(Aldeth\|Brandi\|JA#DEAGA\)",EscapeArea())~
~ActionOverride("\1",NoAction())~


// BGT
ADD_TRANS_ACTION FLAMAL
BEGIN 1 END
BEGIN END
~ActionOverride("FFHUNT",EscapeArea()) EscapeArea()~
~ActionOverride("FFHUNT",EscapeArea()) ActionOverride("FFHUNT",EscapeArea()) ActionOverride("FFHUNT",EscapeArea()) EscapeArea()~
UNLESS ~EscapeArea()~


Expand Down

0 comments on commit 0a37bff

Please sign in to comment.