diff options
Diffstat (limited to 'npc/003-10/officer.txt')
-rw-r--r-- | npc/003-10/officer.txt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/003-10/officer.txt b/npc/003-10/officer.txt index a6e8bb125..c0457fc08 100644 --- a/npc/003-10/officer.txt +++ b/npc/003-10/officer.txt @@ -15,22 +15,22 @@ mesq l("Hey. If you want to kill monsters, you need a good sword. I think, a @@ would be the perfect fit for you.", getitemlink(WoodenSword)); next; mesn; - mesq l("I think, for just 30 @@, I could arrange one for you. Eh... Just don't think that you have an amazing weapon, alright?", getitemlink(RawLog)); + mesq l("I think, for just 25 @@, I could arrange one for you. Eh... Just don't think that you have an amazing weapon, alright?", getitemlink(RawLog)); next; mesn; mesq l("You can kill @@ on the desert. It's a dangerous area though, so take care.", getmonsterlink(DesertLogHead)); setq TulimsharQuest_WoodenSword, 1; } else { mesn; - mesq l("I think, for just 24 @@, I could arrange a @@ for you.", getitemlink(RawLog), getitemlink(WoodenSword)); + mesq l("I think, for just 25 @@, I could arrange a @@ for you.", getitemlink(RawLog), getitemlink(WoodenSword)); } mes ""; select - rif(countitem(RawLog) >= 24, l("Here they are!")), + rif(countitem(RawLog) >= 25, l("Here they are!")), l("Maybe later."); mes ""; if (@menu == 1) { - delitem RawLog, 24; + delitem RawLog, 25; getitem WoodenSword, 1; setq TulimsharQuest_WoodenSword, 2; getexp 580, 20; |