diff options
Diffstat (limited to 'npc/001-7/celestia_bossfight.txt')
-rw-r--r-- | npc/001-7/celestia_bossfight.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/001-7/celestia_bossfight.txt b/npc/001-7/celestia_bossfight.txt index 2c88178e6..1689a148c 100644 --- a/npc/001-7/celestia_bossfight.txt +++ b/npc/001-7/celestia_bossfight.txt @@ -79,6 +79,11 @@ L_Survivor: mesn col(l("The Yeti King"), 3); mesq l("Here kid. Frostia, the elf town, is somewhere near here, but I'm not sure if you can reach it from here."); next; + if ($@CINDY_STATE > gettimetick(2)) { + mesn col(l("The Yeti King"), 3); + mesq l("Some rogue Yetis are trying to escape to Nivalis. I can't hold them back for more than @@.", FuzzyTime($@CINDY_STATE+rand(5,95))); + next; + } mesn col(l("The Yeti King"), 3); mesq l("I can warp you home now."); mes ""; |