From 9f177fbd86ae325ea709cfba5c69205abe950b2b Mon Sep 17 00:00:00 2001 From: demure <@demure1> Date: Fri, 21 Sep 2018 00:27:51 -0300 Subject: *evil laugh* --- npc/002-4/nard.txt | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'npc/002-4') diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt index d869bab3b..22667560f 100644 --- a/npc/002-4/nard.txt +++ b/npc/002-4/nard.txt @@ -208,14 +208,16 @@ L_NotYet: L_Travel: if (nard_reputation() >= 15) - .@price-=1250; + .@price-=1400; else if (nard_reputation() >= 13) - .@price-=1000; + .@price-=1250; else if (nard_reputation() >= 11) - .@price-=750; + .@price-=1000; else if (nard_reputation() >= 9) - .@price-=500; + .@price-=750; else if (nard_reputation() >= 7) + .@price-=500; + else if (nard_reputation() >= 5) .@price-=250; mesn; mesq l("Hi @@.", strcharinfo(0)); -- cgit v1.2.3-70-g09d2