diff options
Diffstat (limited to 'npc')
-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 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)); |