diff options
author | Alige <aligetmw@hotmail.fr> | 2013-08-03 15:02:57 +0200 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2013-08-03 15:02:57 +0200 |
commit | d72b79c933c930686899ef42293d8cf486170b81 (patch) | |
tree | a985986917bd2594214b86dc1b51a73151e15a49 | |
parent | 7b6c5d09a9e1733d3ddc5f40e1fb116485c6d41c (diff) | |
download | serverdata-d72b79c933c930686899ef42293d8cf486170b81.tar.gz serverdata-d72b79c933c930686899ef42293d8cf486170b81.tar.bz2 serverdata-d72b79c933c930686899ef42293d8cf486170b81.tar.xz serverdata-d72b79c933c930686899ef42293d8cf486170b81.zip |
Fixed an english line in the doors script.
-rw-r--r-- | npc/000-2-2/doors.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/npc/000-2-2/doors.txt b/npc/000-2-2/doors.txt index 9b4722e2..77c8f6f6 100644 --- a/npc/000-2-2/doors.txt +++ b/npc/000-2-2/doors.txt @@ -56,7 +56,7 @@ l_Break: mes ""; mesn "Narrator"; - mes col(l("You hear a screaming sound, must be the creaking of the wood door..."), 9); + mes col(l("You hear a loud scream. It must be the creaking of the wooden door..."), 9); close; |