diff options
author | Reid <reidyaro@gmail.com> | 2016-01-25 15:07:34 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2016-01-25 15:14:15 +0100 |
commit | 65a74ceb94a1b310646bf27876090ece612fe1f1 (patch) | |
tree | 828fb9503b3092a53c441dc8b5c79ec001072853 /npc | |
parent | 0146b56c5a5bc7ab3e9d09923132ede74d026584 (diff) | |
download | serverdata-65a74ceb94a1b310646bf27876090ece612fe1f1.tar.gz serverdata-65a74ceb94a1b310646bf27876090ece612fe1f1.tar.bz2 serverdata-65a74ceb94a1b310646bf27876090ece612fe1f1.tar.xz serverdata-65a74ceb94a1b310646bf27876090ece612fe1f1.zip |
Add a better explanation on Artis's closed door.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/001-1/doors.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt index eb9daa4e..fbc27be4 100644 --- a/npc/001-1/doors.txt +++ b/npc/001-1/doors.txt @@ -489,7 +489,8 @@ OnTouch: if (.@enora < 8) { narrator 4, - l("The door is closed."); + l("The door of the legion building is closed."), + l("You should look for Enora on the dock to access it."); } else { |