summaryrefslogtreecommitdiff
path: root/npc/002-4
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-4')
-rw-r--r--npc/002-4/nard.txt12
1 files changed, 7 insertions, 5 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt
index aefa1f066..9ff46c1a1 100644
--- a/npc/002-4/nard.txt
+++ b/npc/002-4/nard.txt
@@ -164,12 +164,14 @@ L_NotYet:
close;
L_Travel:
- if (getq(CandorQuest_Barrel) >= 4 &&
- getq(CandorQuest_HAS) >= 4 &&
- getq(CandorQuest_Sailors) >= 3 &&
- getq(CandorQuest_Vincent) >= 2 &&
- getq(CandorQuest_Trainer) >= 12)
+ if (nard_reputation() >= 11)
+ .@price-=1000;
+ else if (nard_reputation() >= 9)
+ .@price-=750;
+ else if (nard_reputation() >= 7)
.@price-=500;
+ else if (nard_reputation() >= 5)
+ .@price-=250;
mesn;
mesq l("Hi @@.", strcharinfo(0));
next;