diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-10-10 13:55:42 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-10-10 13:55:42 -0300 |
commit | 488c9121260fb62c443baaebd9170a67019b9059 (patch) | |
tree | 5bc41c4cf5568e2b94e8a1ee7925038c677a76f2 /npc/000-0 | |
parent | 5a1088088300a4363feb04a97b08075c585cebc5 (diff) | |
download | serverdata-488c9121260fb62c443baaebd9170a67019b9059.tar.gz serverdata-488c9121260fb62c443baaebd9170a67019b9059.tar.bz2 serverdata-488c9121260fb62c443baaebd9170a67019b9059.tar.xz serverdata-488c9121260fb62c443baaebd9170a67019b9059.zip |
Prepare some Mirror Lake New World Begin Prologue
Diffstat (limited to 'npc/000-0')
-rw-r--r-- | npc/000-0/sailors.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index 2e3c00821..15f1e14ff 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -33,6 +33,10 @@ OnTouch: next; mesc l("What in the world is happening?! Where in Jesusalva's name are you?!"); next; + if (getvaultid()) { + mesc l("Sometimes, you really wish you could visit new universes without having to pick some sort of role on it."); + next; + } mesc l("Actually. Who are you again? A headache which doesn't want to pass strikes you."); mesc l("You can hear creaking planks and a sail flapping in the storm. A ship?"); mesc l("You hear shouting directed at you. Sailors from the ship?"); |