summaryrefslogtreecommitdiff
path: root/npc/002-4
diff options
context:
space:
mode:
authorjesusalva <cpntb1@ymail.com>2018-03-03 12:37:39 -0300
committerjesusalva <cpntb1@ymail.com>2018-03-03 12:37:39 -0300
commit034c10fbabf7cb737b7338fd1c41c0930108f801 (patch)
treed355622ad012c4814f4cd518ed6bc785f79035ff /npc/002-4
parent4378818a51b8dffb39a4bae10664c870a25db678 (diff)
downloadserverdata-034c10fbabf7cb737b7338fd1c41c0930108f801.tar.gz
serverdata-034c10fbabf7cb737b7338fd1c41c0930108f801.tar.bz2
serverdata-034c10fbabf7cb737b7338fd1c41c0930108f801.tar.xz
serverdata-034c10fbabf7cb737b7338fd1c41c0930108f801.zip
Fix bug with ship price
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 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)