diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 12:32:22 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 12:32:22 -0300 |
commit | bf6ddd274a45b5fc5ae4074cb9fba16c6cef85fd (patch) | |
tree | f5f32223806bcdde6efda6210246adefc8443a52 /npc/000-0-0/sailors.txt | |
parent | 907bfcb8d4fe1ebba10f74cefa7d1541ab342a5a (diff) | |
download | serverdata-bf6ddd274a45b5fc5ae4074cb9fba16c6cef85fd.tar.gz serverdata-bf6ddd274a45b5fc5ae4074cb9fba16c6cef85fd.tar.bz2 serverdata-bf6ddd274a45b5fc5ae4074cb9fba16c6cef85fd.tar.xz serverdata-bf6ddd274a45b5fc5ae4074cb9fba16c6cef85fd.zip |
Simplify intro scenes
Diffstat (limited to 'npc/000-0-0/sailors.txt')
-rw-r--r-- | npc/000-0-0/sailors.txt | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/npc/000-0-0/sailors.txt b/npc/000-0-0/sailors.txt index 9a3fc0e19..263f9a1d7 100644 --- a/npc/000-0-0/sailors.txt +++ b/npc/000-0-0/sailors.txt @@ -18,17 +18,7 @@ OnTalk: showavatar NPC_MAGIC_ARPAN; mesn "Magic Arpan"; - mesq lg("Yaya, it certainly was not from a trade ship, but it doesn't looks like it was from a pirate ship either."); - next; - - showavatar NPC_ELMO; - mesn "Elmo"; - mesq l("It could be from a warship to a random civilian vessel. Well, this is not important now."); - next; - - showavatar NPC_MAGIC_ARPAN; - mesn "Magic Arpan"; - mesq l("Yeye."); + mesq lg("Yaya, it certainly was not from a trade ship, but it doesn't looks like it was from a pirate ship either. Well, that's not important now."); next; showavatar NPC_ELMO; |