diff options
author | jesusalva <cpntb1@ymail.com> | 2018-03-01 02:02:35 -0300 |
---|---|---|
committer | jesusalva <cpntb1@ymail.com> | 2018-03-01 02:02:35 -0300 |
commit | 92862ebb1dc1f4850ad50c72d0cc1ea25d70ee2e (patch) | |
tree | 5dc2450e9cc9a3976792f636a22548fe50696f3e /npc/002-4/elmo.txt | |
parent | ffff34625685c5a1220dca71eeafd0eb8fec6f7d (diff) | |
download | serverdata-92862ebb1dc1f4850ad50c72d0cc1ea25d70ee2e.tar.gz serverdata-92862ebb1dc1f4850ad50c72d0cc1ea25d70ee2e.tar.bz2 serverdata-92862ebb1dc1f4850ad50c72d0cc1ea25d70ee2e.tar.xz serverdata-92862ebb1dc1f4850ad50c72d0cc1ea25d70ee2e.zip |
Continue storyline, to prevent things from getting too lose.
Diffstat (limited to 'npc/002-4/elmo.txt')
-rw-r--r-- | npc/002-4/elmo.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index 57310866d..6aeafc6f8 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -11,7 +11,7 @@ if (LOCATION$ == "") sailortalk; if (getq(CandorQuest_Sailors) == 2) goto L_Party; - if (getq(General_Narrator) == 1) sailortalk; + if (getq(General_Narrator) >= 1) sailortalk; mesn; mes l("\"Hey, have you already got the money necessary for the travel?"); |