From 21ba706b1ea7de6c4d82c93fc39268ca3f1f2fe6 Mon Sep 17 00:00:00 2001 From: demure <@demure1> Date: Mon, 22 Oct 2018 19:13:42 -0200 Subject: *hides* --- npc/021-1/yeti.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/021-1/yeti.txt b/npc/021-1/yeti.txt index 8f5d2a425..bf9d2c26d 100644 --- a/npc/021-1/yeti.txt +++ b/npc/021-1/yeti.txt @@ -98,7 +98,7 @@ L_Report: mesq l("Did you brought us a kind gift of good will, on the worth of 100 @@, to offer to our King?"); next; select - rif(countitem(MoubooSteak) >= 100, l("Yes, here they are.")), + rif(countitem(MoubooSteak) >= 80, 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, 100; + delitem MoubooSteak, 80; 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."); -- cgit v1.2.3-60-g2f50