summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/002-3/nard.txt10
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));