diff options
author | Reid <reidyaro@gmail.com> | 2015-12-29 02:38:54 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-29 02:38:54 +0100 |
commit | ef3927f998c27b72eba9c5c7a9e09fd2e767aecb (patch) | |
tree | 152087a4004f03c81f3958966b7e6d47dc13c0f1 | |
parent | 4ec749217ffc10a6bab0514d4ca79e87c3f974f9 (diff) | |
download | serverdata-ef3927f998c27b72eba9c5c7a9e09fd2e767aecb.tar.gz serverdata-ef3927f998c27b72eba9c5c7a9e09fd2e767aecb.tar.bz2 serverdata-ef3927f998c27b72eba9c5c7a9e09fd2e767aecb.tar.xz serverdata-ef3927f998c27b72eba9c5c7a9e09fd2e767aecb.zip |
Fix a typo on the door script.
-rw-r--r-- | npc/001-1/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/001-1/doors.txt b/npc/001-1/doors.txt index fae200dd..eb9daa4e 100644 --- a/npc/001-1/doors.txt +++ b/npc/001-1/doors.txt @@ -489,7 +489,7 @@ OnTouch: if (.@enora < 8) { narrator 4, - l("Doors are closed."); + l("The door is closed."); } else { |