summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/002-3/nard.txt10
1 files changed, 7 insertions, 3 deletions
diff --git a/npc/002-3/nard.txt b/npc/002-3/nard.txt
index 590eadac3..c94eb7c6e 100644
--- a/npc/002-3/nard.txt
+++ b/npc/002-3/nard.txt
@@ -166,12 +166,13 @@ L_CandorIsland:
mesn;
mesq l("I never said that. I come here frequently to trade. It is you who should explore the island.");
next;
- mesq l("This is ##BCandor Island##b. A very small community lives here.");
+ mesq l("This is ##BCandor Island##b. A very small rich community lives here.");
next;
mesq l("If they were any bigger, monsters would come and kill everyone.");
next;
-
- goto L_MenuQuest;
+ if (getq(ShipQuests_Julia) < 3)
+ goto L_MenuQuest;
+ close;
L_NotYet:
.@price=1200;
@@ -185,11 +186,14 @@ L_NotYet:
rif(Zeny >= .@price, l("I've brought the money you've asked for.")),
rif(#REFERRAL_PROG == 0 && $REFERRAL_ENABLED && BaseLevel <= 10,
l("I forgot to say earlier, but indeed, I was invited by someone!")),
+ l("Where are we?"),
l("Please excuse me, captain.");
mes "";
if (@menu == 2)
goto L_Referral;
+ if (@menu == 3)
+ goto L_CandorIsland;
mesn;
if (Zeny >= .@price) {