From 357cb8e741188f25e6470fba39ba982f0bf9fdf5 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 17 Aug 2019 16:59:51 -0300 Subject: Refactor further :> --- npc/007-1/tycoon.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'npc/007-1') 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; -- cgit v1.2.3-60-g2f50