summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/002-4/elmo.txt2
-rw-r--r--npc/002-4/nard.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt
index 2795fe1b7..a789489af 100644
--- a/npc/002-4/elmo.txt
+++ b/npc/002-4/elmo.txt
@@ -29,7 +29,7 @@
// Kids Quest
.@q=getq(CandorQuest_HAS);
- if (.@q < 3)
+ if (.@q < 4)
mes l("- You can always play with kids. Not very profitable, though.");
// Sailors Quest
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt
index 4fb9aae65..12287d6b6 100644
--- a/npc/002-4/nard.txt
+++ b/npc/002-4/nard.txt
@@ -159,7 +159,7 @@ L_NotYet:
L_Travel:
if (getq(CandorQuest_Barrel) == 4 &&
- getq(CandorQuest_HAS) == 3 &&
+ getq(CandorQuest_HAS) == 4 &&
getq(CandorQuest_Sailors) == 3 &&
getq(CandorQuest_Vincent) == 2 &&
getq(CandorQuest_Trainer) == 12)