summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/021-1/yeti.txt4
1 files changed, 2 insertions, 2 deletions
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.");