diff options
author | Alige <aligetmw@hotmail.fr> | 2012-09-04 09:52:59 +0400 |
---|---|---|
committer | Alige <aligetmw@hotmail.fr> | 2012-09-04 09:52:59 +0400 |
commit | e002d8fe8138a4bdd194b7f8731b0db484198603 (patch) | |
tree | a6f84bc8b58cd3001310170c3114d74e30b0018a /npc/000-1 | |
parent | d31a3cd3de6987900b4e6b2a7153e12d612cc64d (diff) | |
download | clientdata-e002d8fe8138a4bdd194b7f8731b0db484198603.tar.gz clientdata-e002d8fe8138a4bdd194b7f8731b0db484198603.tar.bz2 clientdata-e002d8fe8138a4bdd194b7f8731b0db484198603.tar.xz clientdata-e002d8fe8138a4bdd194b7f8731b0db484198603.zip |
Fixed several language issues in some scripts.
Diffstat (limited to 'npc/000-1')
-rw-r--r-- | npc/000-1/chest.txt | 2 | ||||
-rw-r--r-- | npc/000-1/darlin.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/npc/000-1/chest.txt b/npc/000-1/chest.txt index 984c8a80..56aadd7c 100644 --- a/npc/000-1/chest.txt +++ b/npc/000-1/chest.txt @@ -4,7 +4,7 @@ // Hal9000 // Reid // Description: -// A treasure chest, with some... Treasures inside. +// A treasure chest, with... treasures inside! // Variable:
// x ShipQuests_Darlin
// Values:
diff --git a/npc/000-1/darlin.txt b/npc/000-1/darlin.txt index 93b2dea9..74ebe361 100644 --- a/npc/000-1/darlin.txt +++ b/npc/000-1/darlin.txt @@ -87,7 +87,7 @@ l_Menu: mesn;
mesq l("OH, LOOK THERE!");
next;
- mesq l("HE IS AT THE BOTTOM OF THE SHIP, DOWN THE STAIRWAY AND YOU COULDN'T MISS HIM!!");
+ mesq l("HE IS AT THE BOTTOM OF THE SHIP, DOWN THE STAIRS. YOU CAN'T MISS HIM!");
restorecam;
close;
|