diff options
-rw-r--r-- | npc/007-1/tycoon.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/007-1/tycoon.txt b/npc/007-1/tycoon.txt index 0adf6b1c8..cd3040106 100644 --- a/npc/007-1/tycoon.txt +++ b/npc/007-1/tycoon.txt @@ -167,11 +167,11 @@ L_NoLevel: L_Miner: .@price=800; if (getq(MineQuest_Tycoon) >= 9) - .@price-=50; + .@price-=100; if (getq(MineQuest_Tycoon) >= 12) - .@price-=150; + .@price-=200; if (getq(MineQuest_Tycoon) == 15) - .@price-=400; + .@price-=300; if (getq(MineQuest_Caelum) >= 2) .@price-=150; |