summaryrefslogtreecommitdiff
path: root/npc/002-4
diff options
context:
space:
mode:
Diffstat (limited to 'npc/002-4')
-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 d95f3e8b0..57310866d 100644
--- a/npc/002-4/elmo.txt
+++ b/npc/002-4/elmo.txt
@@ -38,7 +38,7 @@
mes l("- Some of our crew are missing. They're probably wasting their time at beach.");
// Vincent Quest
- .@q=getq(CandorQuests_Vincent);
+ .@q=getq(CandorQuest_Vincent);
if (.@q < 2)
mes l("- I overheard rumors about a festival. Maybe someone needs help with their figurine?");
diff --git a/npc/002-4/nard.txt b/npc/002-4/nard.txt
index 47a5e54ae..657363ed4 100644
--- a/npc/002-4/nard.txt
+++ b/npc/002-4/nard.txt
@@ -145,7 +145,7 @@ L_Travel:
if (getq(CandorQuest_Barrel) == 4 &&
getq(CandorQuest_HAS) == 3 &&
getq(CandorQuest_Sailors) == 3 &&
- getq(CandorQuests_Vincent) == 2)
+ getq(CandorQuest_Vincent) == 2)
.@price-=500;
mesn;
mesq l("Hi @@.", strcharinfo(0));