diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-10-22 19:42:42 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-10-22 19:42:42 -0200 |
commit | 29dc67fe6019b871e0f1c5f9baf46419ca6fc5ba (patch) | |
tree | 0b9f527b0e6f40e5e59618199afd5f94a49fb7e6 /npc/021-1 | |
parent | b1921cb04ab36a383b5db6ffaca1d2894e06b718 (diff) | |
download | serverdata-29dc67fe6019b871e0f1c5f9baf46419ca6fc5ba.tar.gz serverdata-29dc67fe6019b871e0f1c5f9baf46419ca6fc5ba.tar.bz2 serverdata-29dc67fe6019b871e0f1c5f9baf46419ca6fc5ba.tar.xz serverdata-29dc67fe6019b871e0f1c5f9baf46419ca6fc5ba.zip |
Cindy Constants
Diffstat (limited to 'npc/021-1')
-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 bf9d2c26d..c67568b7b 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 100 @@. 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 80 @@. I'll be waiting.", getitemlink(MoubooSteak)); // A normal Steak could do, but... setq NivalisQuest_Cindy, 2; } close; @@ -95,7 +95,7 @@ L_Assigned: L_Report: mesn; - mesq l("Did you brought us a kind gift of good will, on the worth of 100 @@, to offer to our King?"); + mesq l("Did you brought us a kind gift of good will, on the worth of 80 @@, to offer to our King?"); next; select rif(countitem(MoubooSteak) >= 80, l("Yes, here they are.")), // Demure was here |