summaryrefslogtreecommitdiff
path: root/npc/007-1
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2019-08-17 17:00:08 -0300
committerJesusaves <cpntb1@ymail.com>2019-08-17 17:00:08 -0300
commit8ec68ccf577b20f203c91e7a9b0068162e28f22d (patch)
tree0c7df12cb589fbcddddb8cba3d5528f25d6097b9 /npc/007-1
parent357cb8e741188f25e6470fba39ba982f0bf9fdf5 (diff)
downloadserverdata-8ec68ccf577b20f203c91e7a9b0068162e28f22d.tar.gz
serverdata-8ec68ccf577b20f203c91e7a9b0068162e28f22d.tar.bz2
serverdata-8ec68ccf577b20f203c91e7a9b0068162e28f22d.tar.xz
serverdata-8ec68ccf577b20f203c91e7a9b0068162e28f22d.zip
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.
Diffstat (limited to 'npc/007-1')
-rw-r--r--npc/007-1/tycoon.txt4
1 files changed, 2 insertions, 2 deletions
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)