From 8ec68ccf577b20f203c91e7a9b0068162e28f22d Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 17 Aug 2019 17:00:08 -0300 Subject: It may be counter-intuitive, but Q9 gives no special reward, while Q12 gives. So give more discount at Q9 instead of Q12. Hey, 200 GP is 200 GP. --- npc/007-1/tycoon.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'npc/007-1/tycoon.txt') diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index cd3040106..48f23c348 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -167,9 +167,9 @@ L_NoLevel: L_Miner: .@price=800; if (getq(MineQuest_Tycoon) >= 9) - .@price-=100; - if (getq(MineQuest_Tycoon) >= 12) .@price-=200; + if (getq(MineQuest_Tycoon) >= 12) + .@price-=100; if (getq(MineQuest_Tycoon) == 15) .@price-=300; if (getq(MineQuest_Caelum) >= 2) -- cgit v1.2.3-70-g09d2