diff options
author | Reid <reidyaro@gmail.com> | 2017-08-22 02:28:07 +0200 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2017-08-22 02:28:07 +0200 |
commit | 7c7b7cb886290a4b339e15e2f27ce5b5e86aa85a (patch) | |
tree | ab23687b2c2c8229de9ae23cfcc63ea87c0ce5b0 /npc | |
parent | 0a1e509026310b0efa3238b4402e69f33e8e8bea (diff) | |
download | serverdata-7c7b7cb886290a4b339e15e2f27ce5b5e86aa85a.tar.gz serverdata-7c7b7cb886290a4b339e15e2f27ce5b5e86aa85a.tar.bz2 serverdata-7c7b7cb886290a4b339e15e2f27ce5b5e86aa85a.tar.xz serverdata-7c7b7cb886290a4b339e15e2f27ce5b5e86aa85a.zip |
Remove an extra next flag on mona's script.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-2-11/mona.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-2-11/mona.txt b/npc/001-2-11/mona.txt index 05a4ddb8..e94fcc69 100644 --- a/npc/001-2-11/mona.txt +++ b/npc/001-2-11/mona.txt @@ -34,7 +34,7 @@ switch (select(l("You do not give me much options."), l("The elder ran away from you."))) { case 1: - speech S_FIRST_BLANK_LINE | S_LAST_NEXT, + speech S_FIRST_BLANK_LINE, l("He said that he would check why the manhole next to the house was doing weird sounds."), l("But he never returned."), l("Please find my daddy..."); |