Skip to content

Commit

Permalink
Update sil.d
Browse files Browse the repository at this point in the history
- patching of Sil to make removing of turning hostile more stable.
  • Loading branch information
Gitjas committed Jun 1, 2021
1 parent c78df63 commit bdd8bb2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions SirinesCall/dialogue/sil.d
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,15 @@ REPLACE_STATE_TRIGGER %tutu_var%sil 7 ~!Allegiance(Myself,[ENEMY])~
REPLACE_STATE_TRIGGER %tutu_var%sil 11 ~Allegiance(Myself,[ENEMY])~


REPLACE_TRANS_ACTION %tutu_var%sil BEGIN 0 END BEGIN 0 END ~Shout(1)
Enemy()~ ~~
REPLACE_TRANS_ACTION %tutu_var%sil BEGIN 0 END BEGIN END ~Enemy()~ ~~
REPLACE_TRANS_ACTION %tutu_var%sil BEGIN 1 END BEGIN END ~Enemy()~ ~~

REPLACE_TRANS_ACTION %tutu_var%sil BEGIN 1 END BEGIN 0 END ~Shout(1)
Enemy()~ ~~
REPLACE_TRANS_ACTION %tutu_var%sil BEGIN 0 END BEGIN END ~Shout(1)~ ~~
REPLACE_TRANS_ACTION %tutu_var%sil BEGIN 1 END BEGIN END ~Shout(1)~ ~~

/* bgee */
REPLACE_TRANS_ACTION %tutu_var%sil BEGIN 0 END BEGIN 0 END ~Shout(99)
Enemy()~ ~~
REPLACE_TRANS_ACTION %tutu_var%sil BEGIN 1 END BEGIN 0 END ~Shout(99)
Enemy()~ ~~
REPLACE_TRANS_ACTION %tutu_var%sil BEGIN 0 END BEGIN END ~Shout(99)~ ~~
REPLACE_TRANS_ACTION %tutu_var%sil BEGIN 1 END BEGIN END ~Shout(99)~ ~~

APPEND %tutu_var%sil

Expand Down

0 comments on commit bdd8bb2

Please sign in to comment.