summaryrefslogtreecommitdiff
path: root/npc/021-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-07-17 21:03:32 -0300
committerJesusaves <cpntb1@ymail.com>2019-07-17 21:03:32 -0300
commit7f007062e2daf2c04c68188a121af8cdc7c77529 (patch)
tree8e2e61a97a1db9225eb155e2d76c84a4066833b6 /npc/021-1
parentf667831454e7b25b95859482ccb64b9a11b7559e (diff)
downloadserverdata-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')
-rw-r--r--npc/021-1/yeti.txt2
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;