diff options
Diffstat (limited to 'npc/021-1')
-rw-r--r-- | npc/021-1/yeti.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt index ea9f62ae1..d924d5263 100644 --- a/npc/021-1/yeti.txt +++ b/npc/021-1/yeti.txt @@ -79,7 +79,7 @@ L_Assigned: mesq l("I am his right-hand Yeti, so I could grant you passage to his Throne Room to slay the rogue Yetis..."); next; mesn; - mesq l("...But saving me won't be enough, so build trust by the kind gift of 80 @@. I'll be waiting.", getitemlink(MoubooSteak)); // A normal Steak could do, but... + mesq l("...But saving me won't be enough, so build trust by the kind gift of 60 @@. I'll be waiting.", getitemlink(MoubooSteak)); // A normal Steak could do, but... setq NivalisQuest_Cindy, 2; } close; @@ -95,10 +95,10 @@ L_Assigned: L_Report: mesn; - mesq l("Did you brought us a kind gift of good will, on the worth of 80 @@, to offer to our King?", getitemlink(MoubooSteak)); + mesq l("Did you brought us a kind gift of good will, on the worth of 60 @@, to offer to our King?", getitemlink(MoubooSteak)); next; select - rif(countitem(MoubooSteak) >= 80, l("Yes, here they are.")), // Demure was here + rif(countitem(MoubooSteak) >= 60, l("Yes, here they are.")), // Demure was here l("Not yet."); mes ""; if (@menu == 2) { @@ -106,7 +106,7 @@ L_Report: mesq l("Then please bring me this, so I can help you back."); close; } - delitem MoubooSteak, 80; + delitem MoubooSteak, 60; setq NivalisQuest_Cindy, 3; mesn; mesq l("Great. I hereby task you to kill the rogue Yetis on the Yeti King Throne Room. Of course, you won't be able to leave until all of them are dead."); @@ -160,7 +160,7 @@ L_Disrupt: L_Warning: mesn; - mesq l("Stupid @@, get out of this cave before I lose my patience!", get_race()); + mesq l("Stupid @@, get out of this cave before I lose my patience! Mercury... Show up already!", get_race()); close; L_Hit: |