From 25262d80e9f9b4466c68314b514fcbb0ee86150e Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 30 Dec 2018 22:40:42 -0200 Subject: 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. --- npc/002-3/nard.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'npc/002-3/nard.txt') 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)); -- cgit v1.2.3-60-g2f50