diff options
Diffstat (limited to 'npc/000-0/sailors.txt')
-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?"); |