summaryrefslogtreecommitdiff
path: root/npc/002-4
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-4')
-rw-r--r--npc/002-4/nard.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt
index 820e5e79c..8bad0dc01 100644
--- a/npc/002-4/nard.txt
+++ b/npc/002-4/nard.txt
@@ -158,10 +158,10 @@ L_NotYet:
close;
L_Travel:
- if (getq(CandorQuest_Barrel) == 4 &&
- getq(CandorQuest_HAS) == 4 &&
- getq(CandorQuest_Sailors) == 3 &&
- getq(CandorQuest_Vincent) == 2 &&
+ if (getq(CandorQuest_Barrel) >= 4 &&
+ getq(CandorQuest_HAS) >= 4 &&
+ getq(CandorQuest_Sailors) >= 3 &&
+ getq(CandorQuest_Vincent) >= 2 &&
getq(CandorQuest_Trainer) >= 12)
.@price-=500;
mesn;