diff options
Diffstat (limited to 'npc')
-rw-r--r-- | npc/002-4/elmo.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/npc/002-4/elmo.txt b/npc/002-4/elmo.txt index e58d1f385..edd77d49a 100644 --- a/npc/002-4/elmo.txt +++ b/npc/002-4/elmo.txt @@ -15,10 +15,11 @@ sailortalk; L_Candor; - if (getq(General_Narrator) < 1) mesn; + mesn; if (getq(General_Narrator) < 1) mes l("\"Hey, have you already got the money necessary for the travel?"); if (getq(General_Narrator) < 1) mes l("If you haven't, maybe there are a few things you can do besides selling items.\""); - if (getq(General_Narrator) < 1) next; + if (getq(General_Narrator) >= 1) mesq l("Maybe there are things in Candor which still require your attention? I overheard some of them."); + next; mes ""; |