diff options
author | Reid <reidyaro@gmail.com> | 2011-12-25 23:32:18 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-25 23:32:18 +0100 |
commit | 28dc84035269058b3efcd0b4f8a1e018f4b03e92 (patch) | |
tree | f2eec4573fd8bc93644fb1743e2dbcaa25e997c4 /npc/000-2-1/alige.txt | |
parent | 98c1e9a8636051680db317cad3d488cc76b52780 (diff) | |
download | serverdata-28dc84035269058b3efcd0b4f8a1e018f4b03e92.tar.gz serverdata-28dc84035269058b3efcd0b4f8a1e018f4b03e92.tar.bz2 serverdata-28dc84035269058b3efcd0b4f8a1e018f4b03e92.tar.xz serverdata-28dc84035269058b3efcd0b4f8a1e018f4b03e92.zip |
Fixing some more long dialogs and bug on line 63.
Diffstat (limited to 'npc/000-2-1/alige.txt')
-rw-r--r-- | npc/000-2-1/alige.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/npc/000-2-1/alige.txt b/npc/000-2-1/alige.txt index d1b57cbb..0b066e62 100644 --- a/npc/000-2-1/alige.txt +++ b/npc/000-2-1/alige.txt @@ -59,10 +59,11 @@ mesq l("Can you bring me something which isn't a vegetable?") + l("And please, no berries. No more!"); menu - l("Okay, but what will I get?"), l_AboutReward; - l("But why are you hiding?")+ " " + l("Why not going outside to talk?"), -; + l("Okay, but what do you offer me?"), l_AboutReward, + l("Why are you hiding?") + " " + l("Why not going outside to talk?"), l_ExplainHiding; l_ExplainHiding: + mesn; mesq l("No, I'm not, I just wanted to travel across the seas for fun.") + " " + l("In this cave, you see, I have lots of fun."); next; @@ -147,7 +148,7 @@ menu l("Yes."), l_GiveFood, - l("But why are you hiding, aren't you a sailor?") + " " + l("And why don't you go outside to talk?"), l_ExplainHiding, + l("Why are you hiding?") + " " + l("Why not going outside to talk?"), l_ExplainHiding; l("I think I should report you to the crew members."), l_DamnYou; l_DamnYou: |