diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-25 01:53:51 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-25 02:08:26 -0300 |
commit | d70370b9544e1ea7144a989612beb3ec40c4526d (patch) | |
tree | 87453b230d50a9d5c8787e93326c3c4d8aacfa4c /npc/002-4 | |
parent | c7a3f3a677bdc506c9bafcb7a0fc754867084836 (diff) | |
download | serverdata-d70370b9544e1ea7144a989612beb3ec40c4526d.tar.gz serverdata-d70370b9544e1ea7144a989612beb3ec40c4526d.tar.bz2 serverdata-d70370b9544e1ea7144a989612beb3ec40c4526d.tar.xz serverdata-d70370b9544e1ea7144a989612beb3ec40c4526d.zip |
Maintenance quest-related
Diffstat (limited to 'npc/002-4')
-rw-r--r-- | npc/002-4/elmo.txt | 2 | ||||
-rw-r--r-- | npc/002-4/nard.txt | 2 |
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)); |