diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-03-12 18:48:51 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-03-12 18:48:51 -0300 |
commit | 1a840453982f6295aa0aaa87db212e20bbd3c200 (patch) | |
tree | ea13eb409819fd32137ea015d8a526117bbf96bb /npc | |
parent | 98c9e3b9e3cbbb14997fc46325ac35b911be6df2 (diff) | |
download | serverdata-1a840453982f6295aa0aaa87db212e20bbd3c200.tar.gz serverdata-1a840453982f6295aa0aaa87db212e20bbd3c200.tar.bz2 serverdata-1a840453982f6295aa0aaa87db212e20bbd3c200.tar.xz serverdata-1a840453982f6295aa0aaa87db212e20bbd3c200.zip |
Minor edit to Elmo to make more sense
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 ""; |