diff options
Diffstat (limited to 'npc')
-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; |