diff options
author | demure <@demure1> | 2018-10-22 19:13:42 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-22 19:13:42 -0200 |
commit | 21ba706b1ea7de6c4d82c93fc39268ca3f1f2fe6 (patch) | |
tree | fc69c34e0d3e512710cc8390b97772dd3296c67b /npc/021-1/yeti.txt | |
parent | 18b93c1fa43116b8d958a06f289dac26550de870 (diff) | |
download | serverdata-21ba706b1ea7de6c4d82c93fc39268ca3f1f2fe6.tar.gz serverdata-21ba706b1ea7de6c4d82c93fc39268ca3f1f2fe6.tar.bz2 serverdata-21ba706b1ea7de6c4d82c93fc39268ca3f1f2fe6.tar.xz serverdata-21ba706b1ea7de6c4d82c93fc39268ca3f1f2fe6.zip |
*hides*
Diffstat (limited to 'npc/021-1/yeti.txt')
-rw-r--r-- | npc/021-1/yeti.txt | 4 |
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."); |