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.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt
index 98cf5afcf..4ff1d1907 100644
--- a/npc/002-4/nard.txt
+++ b/npc/002-4/nard.txt
@@ -14,7 +14,10 @@
.@price=2000;
L_Checker:
- if (getq(CandorQuest_Barrel) == 4 && getq(CandorQuest_HAS) == 3) .@price-=500; // Check Elmo's script. You can do quests later... FOR NOW.
+ 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;