From 3891a5ab5100ccb645abca3d4fff904a4eef828f Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 17 Dec 2018 17:23:23 -0200 Subject: Fix bugs. Rebalance Wooden Sword price --- npc/003-10/officer.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/003-10') diff --git a/npc/003-10/officer.txt b/npc/003-10/officer.txt index 35675b9c3..774e26e8c 100644 --- a/npc/003-10/officer.txt +++ b/npc/003-10/officer.txt @@ -22,15 +22,15 @@ setq TulimsharQuest_WoodenSword, 1; } else { mesn; - mesq l("I think, for just 30 @@, I could arrange a @@ for you.", getitemlink(RawLog), getitemlink(WoodenSword)); + mesq l("I think, for just 24 @@, I could arrange a @@ for you.", getitemlink(RawLog), getitemlink(WoodenSword)); } mes ""; select - rif(countitem(RawLog) >= 30, l("Here they are!")), + rif(countitem(RawLog) >= 24, l("Here they are!")), l("Maybe later."); mes ""; if (@menu == 1) { - delitem RawLog, 30; + delitem RawLog, 24; getitem WoodenSword, 1; setq TulimsharQuest_WoodenSword, 2; mesn; -- cgit v1.2.3-60-g2f50