Skip to content

Commit

Permalink
Fix Xan-Mulahey Interjection
Browse files Browse the repository at this point in the history
Xan’s interjection with Mulahey was copying a
“ChangeEnemyAlly(Myself,NEUTRAL)” command to Xan since there is no pass
back.  Changed to ICT2 to prevent issue.
  • Loading branch information
Bryan Dunne committed Oct 2, 2014
1 parent 5875a8c commit fe0f6c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bg1npc/phase2/dlg/x#xaint.d
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ I_C_T ~%tutu_var%MULAHE~ 0 X#XanMulahey1
== ~%XAN_JOINED%~ IF ~InParty("xan") InMyArea("xan") !StateCheck("xan",CD_STATE_NOTVALID)~ THEN @12
END

I_C_T ~%tutu_var%MULAHE~ 1 X#XanMulahey2
I_C_T2 ~%tutu_var%MULAHE~ 1 X#XanMulahey2
== ~%XAN_JOINED%~ IF ~InParty("xan") InMyArea("xan") !StateCheck("xan",CD_STATE_NOTVALID)~ THEN @13
END

Expand Down

0 comments on commit fe0f6c8

Please sign in to comment.