From 12af821d603e7a6798cc738837abf666cc627500 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 8 Jun 2018 00:46:35 -0300 Subject: Fix a code typo, and polish dialogs of Celestia's quest --- npc/003-1-1/yetiking.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'npc/003-1-1') diff --git a/npc/003-1-1/yetiking.txt b/npc/003-1-1/yetiking.txt index 4474a0c60..f8a5abeda 100644 --- a/npc/003-1-1/yetiking.txt +++ b/npc/003-1-1/yetiking.txt @@ -50,7 +50,7 @@ OnTimer5000: // Now we check if time ran out (standard inUse) because cowardice, or if you tried // to do the quest alone. And this is a Co-Op quest with free player numbers. // Therefore, we must return the Yeti King to his summon circle. -OnTimer7500: +OnTimer8000: if (.inUse == 2) { setnpcdisplay .name$, NPC_SUMMONING_CIRC; .inUse=0; @@ -58,7 +58,7 @@ OnTimer7500: } end; -OnTimer45000: +OnTimer60000: if (.inUse == 1) { setnpcdisplay .name$, NPC_SUMMONING_CIRC; .inUse=0; @@ -94,7 +94,7 @@ OnSummonTalk: mesq l("Yeah yeah yeah, you're not the first one to come talking about that to me."); next; mesn "Dah Yeti King!!"; - mesq l("My answer is a no, and it'll say like that. Don't test my patience any further."); + mesq l("My answer is still a no, and it won't change. Don't test my patience any further."); next; select l("You'll come with me!"), @@ -104,7 +104,7 @@ OnSummonTalk: mes ""; if (@menu == 1) goto L_Die; - if (@menu == 2) + if (@menu == 3) close; if (BaseLevel < 35) { mesn "Dah Yeti King!!"; -- cgit v1.2.3-60-g2f50