summaryrefslogtreecommitdiff
path: root/npc/002-4/nard.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-4/nard.txt')
-rw-r--r--npc/002-4/nard.txt9
1 files changed, 5 insertions, 4 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt
index 4ff1d1907..4e3c5e3f6 100644
--- a/npc/002-4/nard.txt
+++ b/npc/002-4/nard.txt
@@ -14,10 +14,6 @@
.@price=2000;
L_Checker:
- if (getq(CandorQuest_Barrel) == 4 &&
- getq(CandorQuest_HAS) == 3 &&
- getq(CandorQuest_Sailors) == 3)
- .@price-=500;
if (.@narrator == 1) goto L_Travel;
if (LOCATION$ != "") goto L_NotYet;
@@ -139,6 +135,11 @@ L_NotYet:
close;
L_Travel:
+ if (getq(CandorQuest_Barrel) == 4 &&
+ getq(CandorQuest_HAS) == 3 &&
+ getq(CandorQuest_Sailors) == 3 &&
+ getq(CandorQuests_Vincent) == 2)
+ .@price-=500;
mesn;
mesq l("Hi @@.", strcharinfo(0));
next;