summaryrefslogtreecommitdiff
path: root/npc/007-1/tycoon.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-05-16 13:15:20 -0300
committerJesusaves <cpntb1@ymail.com>2022-05-16 13:15:20 -0300
commitc12fc7953e21a7b8adf9a6972999650afa2734fc (patch)
treefccf42befbe03fac3d5615ff0ee9a9086f5ca94d /npc/007-1/tycoon.txt
parent3c834d6fb2ea53dd1b315f63fc8d9d49bef74feb (diff)
downloadserverdata-c12fc7953e21a7b8adf9a6972999650afa2734fc.tar.gz
serverdata-c12fc7953e21a7b8adf9a6972999650afa2734fc.tar.bz2
serverdata-c12fc7953e21a7b8adf9a6972999650afa2734fc.tar.xz
serverdata-c12fc7953e21a7b8adf9a6972999650afa2734fc.zip
What, this fixes TYPOS?! Unbelievable!
Diffstat (limited to 'npc/007-1/tycoon.txt')
-rw-r--r--npc/007-1/tycoon.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt
index 026b54143..f5a3249fd 100644
--- a/npc/007-1/tycoon.txt
+++ b/npc/007-1/tycoon.txt
@@ -195,6 +195,7 @@ L_Miner:
next;
mesn;
mesq l("The uniform would be: @@, @@, @@ and @@", getitemlink(LeatherShirt), getitemlink(MinerHat), getitemlink(MinerGloves), getitemlink(Pickaxe));
+ mesc l("But you can also wear a %s instead, no problem.", getitemlink(MinerTankTop));
next;
mesn;
mesq l("I can sell you the Pickaxe for @@ GP if you have and @@ the remaining equipment.", .@price, b(l("equip")));
@@ -208,7 +209,8 @@ L_Miner:
// If you're in proper uniform, DO NOT ASK FOR CONFIRMATION
if (
getequipid(EQI_HEAD_TOP) == MinerHat &&
- getequipid(EQI_HEAD_MID) == LeatherShirt &&
+ (getequipid(EQI_HEAD_MID) == LeatherShirt ||
+ getequipid(EQI_HEAD_MID) == MinerTankTop) &&
getequipid(EQI_GARMENT) == MinerGloves &&
Zeny >= .@price) {