diff options
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?"); |