diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-10 21:57:08 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-10 21:57:08 -0300 |
commit | 24830b94e4b91d9d357b43f463cdd1d53842964e (patch) | |
tree | 5eae0adc01c0df24dd23ad8680fbf176ead4720e /npc/002-4/nard.txt | |
parent | b9cf2f7f9cfeaa90a80311b4b6ec9ec65915959e (diff) | |
download | serverdata-24830b94e4b91d9d357b43f463cdd1d53842964e.tar.gz serverdata-24830b94e4b91d9d357b43f463cdd1d53842964e.tar.bz2 serverdata-24830b94e4b91d9d357b43f463cdd1d53842964e.tar.xz serverdata-24830b94e4b91d9d357b43f463cdd1d53842964e.zip |
If you've been really dilligent, Nard will only charge 250 GP.
And that's the final price. (Candor + Tulimshar are taken in account)
Diffstat (limited to 'npc/002-4/nard.txt')
-rw-r--r-- | npc/002-4/nard.txt | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index 982c0cf27..a205b0ee6 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -164,13 +164,15 @@ L_NotYet: close; L_Travel: - if (nard_reputation() >= 11) + if (nard_reputation() >= 14) + .@price-=1250; + if (nard_reputation() >= 12) .@price-=1000; - else if (nard_reputation() >= 9) + else if (nard_reputation() >= 10) .@price-=750; - else if (nard_reputation() >= 7) + else if (nard_reputation() >= 8) .@price-=500; - else if (nard_reputation() >= 5) + else if (nard_reputation() >= 6) .@price-=250; mesn; mesq l("Hi @@.", strcharinfo(0)); |