diff options
author | jesusalva <cpntb1@ymail.com> | 2018-02-14 17:57:22 -0200 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-02-14 17:57:22 -0200 |
commit | 06548c90c8f7d213a683fd22cdaf01b6c99522da (patch) | |
tree | 990bdd363c81b9fd07ac6baf2f596ba6715d754d /npc/002-4/elmo.txt | |
parent | 4eed26428ef90170ec35ad0bfb9ee57cd50ae332 (diff) | |
download | serverdata-06548c90c8f7d213a683fd22cdaf01b6c99522da.tar.gz serverdata-06548c90c8f7d213a683fd22cdaf01b6c99522da.tar.bz2 serverdata-06548c90c8f7d213a683fd22cdaf01b6c99522da.tar.xz serverdata-06548c90c8f7d213a683fd22cdaf01b6c99522da.zip |
No discount for first travel, fix quest db, update Elmo, fix Vincent's typo.
Diffstat (limited to 'npc/002-4/elmo.txt')
-rw-r--r-- | npc/002-4/elmo.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index 0ce832109..18350dd09 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -34,6 +34,11 @@ if (.@q < 3) mes l("- Some of our crew are missing. They're probably wasting their time at beach."); + // Vincent Quest + .@q=getq(CandorQuests_Vincent); + if (.@q < 2) + mes l("- I overheard rumors about a festival. Maybe someone needs help with their figurine?"); + close2; goodbye; end; // Just for good measure |