diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-08 00:46:35 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-08 00:46:35 -0300 |
commit | 12af821d603e7a6798cc738837abf666cc627500 (patch) | |
tree | cab6699c0ee4c53ebde770c4549efdf717cffec1 /npc/003-1-1/yetiking.txt | |
parent | cb413e923ce45709e5d2889ff36210094933d562 (diff) | |
download | serverdata-12af821d603e7a6798cc738837abf666cc627500.tar.gz serverdata-12af821d603e7a6798cc738837abf666cc627500.tar.bz2 serverdata-12af821d603e7a6798cc738837abf666cc627500.tar.xz serverdata-12af821d603e7a6798cc738837abf666cc627500.zip |
Fix a code typo, and polish dialogs of Celestia's quest
Diffstat (limited to 'npc/003-1-1/yetiking.txt')
-rw-r--r-- | npc/003-1-1/yetiking.txt | 8 |
1 files changed, 4 insertions, 4 deletions
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!!"; |