diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-30 22:40:42 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-30 22:40:42 -0200 |
commit | 25262d80e9f9b4466c68314b514fcbb0ee86150e (patch) | |
tree | 63e8150c4a1c69d152d808e19431e5d2d631d4dc /npc/002-3/nard.txt | |
parent | 29687c3ac78942199be054656e093ac06a186017 (diff) | |
download | serverdata-25262d80e9f9b4466c68314b514fcbb0ee86150e.tar.gz serverdata-25262d80e9f9b4466c68314b514fcbb0ee86150e.tar.bz2 serverdata-25262d80e9f9b4466c68314b514fcbb0ee86150e.tar.xz serverdata-25262d80e9f9b4466c68314b514fcbb0ee86150e.zip |
Players doesn't like Candor, but Candor is the most well polished area
So let's take the prices lightly, with greater discounts for completion.
Diffstat (limited to 'npc/002-3/nard.txt')
-rw-r--r-- | npc/002-3/nard.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt index b37495104..971462a34 100644 --- a/npc/002-3/nard.txt +++ b/npc/002-3/nard.txt @@ -213,16 +213,18 @@ L_NotYet: L_Travel: if (nard_reputation() >= 15) - .@price-=1150; + .@price-=1180; else if (nard_reputation() >= 13) .@price-=1000; else if (nard_reputation() >= 11) - .@price-=750; + .@price-=850; else if (nard_reputation() >= 9) - .@price-=600; + .@price-=650; else if (nard_reputation() >= 7) - .@price-=350; + .@price-=450; else if (nard_reputation() >= 5) + .@price-=300; + else if (nard_reputation() >= 3) .@price-=200; mesn; mesq l("Hi @@.", strcharinfo(0)); |