summaryrefslogtreecommitdiff
path: root/npc/021-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-10-25 22:59:26 -0300
committerJesusaves <cpntb1@ymail.com>2018-10-25 23:00:10 -0300
commit61c6393855cb76e1cd6b8b08d99ea911b6bf38b8 (patch)
tree6e10813521ea2b6fb55288aba32d78be2970b732 /npc/021-1
parent10a56e69db5d71b1278c7eb5625bb827e6ecb477 (diff)
downloadserverdata-61c6393855cb76e1cd6b8b08d99ea911b6bf38b8.tar.gz
serverdata-61c6393855cb76e1cd6b8b08d99ea911b6bf38b8.tar.bz2
serverdata-61c6393855cb76e1cd6b8b08d99ea911b6bf38b8.tar.xz
serverdata-61c6393855cb76e1cd6b8b08d99ea911b6bf38b8.zip
Correct bugs reported by @demure
Diffstat (limited to 'npc/021-1')
-rw-r--r--npc/021-1/yeti.txt10
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: