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.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt
index 22667560f..d3c36e0df 100644
--- a/npc/002-4/nard.txt
+++ b/npc/002-4/nard.txt
@@ -16,7 +16,7 @@
L_Checker:
if (.@narrator) goto L_Travel;
- if (LOCATION$ != "") goto L_NotYet;
+ if (getq(ShipQuests_Julia) >= 3) goto L_NotYet;
// Referral program
if (#REFERRAL_PROG == 0 && $REFERRAL_ENABLED) {
@@ -110,6 +110,7 @@ L_MenuQuest:
mesn;
mesq l("Why we're going Tulimshar, you may ask? Because well, believe me, if you want to find out anything, the best place to ask around is Tulim!");
LOCATION$ = "Candor";
+ setq ShipQuests_Julia, 3;
close;