diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-07-17 21:03:32 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-07-17 21:03:32 -0300 |
commit | 7f007062e2daf2c04c68188a121af8cdc7c77529 (patch) | |
tree | 8e2e61a97a1db9225eb155e2d76c84a4066833b6 /npc/021-1/yeti.txt | |
parent | f667831454e7b25b95859482ccb64b9a11b7559e (diff) | |
download | serverdata-7f007062e2daf2c04c68188a121af8cdc7c77529.tar.gz serverdata-7f007062e2daf2c04c68188a121af8cdc7c77529.tar.bz2 serverdata-7f007062e2daf2c04c68188a121af8cdc7c77529.tar.xz serverdata-7f007062e2daf2c04c68188a121af8cdc7c77529.zip |
Set player as struck at Cindy's Quest earlier
Diffstat (limited to 'npc/021-1/yeti.txt')
-rw-r--r-- | npc/021-1/yeti.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt index 171cddeaf..7bdebcbab 100644 --- a/npc/021-1/yeti.txt +++ b/npc/021-1/yeti.txt @@ -148,6 +148,7 @@ L_Complete: // The other NPC L_NoQuest: dispbottom l("Who's Mercury? Maybe I'm missing something? Where could he have went?"); + CINDY_PLAYER_STRUCK=true; @yetiagro=@yetiagro+1; if (@yetiagro > 5) goto L_Hit; if (@yetiagro > 3) goto L_Warning; @@ -167,7 +168,6 @@ L_Disrupt: end; L_Warning: - CINDY_PLAYER_STRUCK=true; npctalk3 l("Stupid @@, get out of this cave before I lose my patience! Mercury... Show up already!", get_race()); end; |