diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-17 17:00:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-17 17:00:08 -0300 |
commit | 8ec68ccf577b20f203c91e7a9b0068162e28f22d (patch) | |
tree | 0c7df12cb589fbcddddb8cba3d5528f25d6097b9 /npc/007-1/tycoon.txt | |
parent | 357cb8e741188f25e6470fba39ba982f0bf9fdf5 (diff) | |
download | serverdata-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/tycoon.txt')
-rw-r--r-- | npc/007-1/tycoon.txt | 4 |
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) |