summaryrefslogtreecommitdiff
path: root/npc/000-2-0/doors.txt
diff options
context:
space:
mode:
authorAlige <aligetmw@hotmail.fr>2012-09-07 19:09:57 +0400
committerAlige <aligetmw@hotmail.fr>2012-09-07 19:09:57 +0400
commitb45d5ac0f909bd89e3bce1c7e88168ba33efbc28 (patch)
tree831a3b8752f6101e6856097db8455a3b465a8815 /npc/000-2-0/doors.txt
parented203faf07ec993fd182ebac8031a00efa2d6f7e (diff)
downloadserverdata-b45d5ac0f909bd89e3bce1c7e88168ba33efbc28.tar.gz
serverdata-b45d5ac0f909bd89e3bce1c7e88168ba33efbc28.tar.bz2
serverdata-b45d5ac0f909bd89e3bce1c7e88168ba33efbc28.tar.xz
serverdata-b45d5ac0f909bd89e3bce1c7e88168ba33efbc28.zip
Fixed several typos in many scripts.
Diffstat (limited to 'npc/000-2-0/doors.txt')
-rw-r--r--npc/000-2-0/doors.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-2-0/doors.txt b/npc/000-2-0/doors.txt
index ef4d9019..c98a9c78 100644
--- a/npc/000-2-0/doors.txt
+++ b/npc/000-2-0/doors.txt
@@ -14,7 +14,7 @@ OnTouch:
setcamnpc "Julia";
mesn "Julia";
- mesq l("Cap'tain has locked the door, you should go see him.");
+ mesq l("The captain has locked the door, you should go see him.");
next;
mesn "Narrator";
@@ -30,7 +30,7 @@ l_Warp:
l_GotoNard:
setcamnpc "Julia";
mesn "Julia";
- mesq l("Cap'tain is waiting for you! Hurry up.");
+ mesq l("The captain is waiting for you! Hurry up.");
next;
restorecam;
@@ -38,7 +38,7 @@ l_GotoNard:
l_End:
mesn "Narrator";
- mes col(l("The door is closed."), 9);
+ mes col(l("The door is locked."), 9);
close;
}