diff options
Diffstat (limited to 'npc/007-1')
-rw-r--r-- | npc/007-1/tycoon.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index d15332109..0adf6b1c8 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -166,8 +166,12 @@ L_NoLevel: L_Miner: .@price=800; + if (getq(MineQuest_Tycoon) >= 9) + .@price-=50; + if (getq(MineQuest_Tycoon) >= 12) + .@price-=150; if (getq(MineQuest_Tycoon) == 15) - .@price=200; + .@price-=400; if (getq(MineQuest_Caelum) >= 2) .@price-=150; |