diff options
author | Reid <reidyaro@gmail.com> | 2011-12-05 21:31:23 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2011-12-05 21:31:23 +0100 |
commit | 913a780452b48d43aa7902179b2f7e5ff7e3d31b (patch) | |
tree | 39ba6f42a5be5710d98d729e0b91541f707e6926 | |
parent | 4feca25eb9623b2899d6633e8474f5135d31dc3b (diff) | |
download | clientdata-913a780452b48d43aa7902179b2f7e5ff7e3d31b.tar.gz clientdata-913a780452b48d43aa7902179b2f7e5ff7e3d31b.tar.bz2 clientdata-913a780452b48d43aa7902179b2f7e5ff7e3d31b.tar.xz clientdata-913a780452b48d43aa7902179b2f7e5ff7e3d31b.zip |
Correct map name and deleted two mes on lines 21 and 22.
-rw-r--r-- | npc/000-0/area.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/000-0/area.txt b/npc/000-0/area.txt index fb32a52e..0af6d5ad 100644 --- a/npc/000-0/area.txt +++ b/npc/000-0/area.txt @@ -18,8 +18,8 @@ next; menu - mes l("Try to move your hand to show them that you're alive"), - mes l("Don't move at all"), -; + l("Try to move your hand to show them that you're alive"), -, + l("Don't move at all"), -; next; mesn; @@ -31,6 +31,6 @@ mesq l("The sailors take you aboard their ship to help you."); //italic next; - warp 000-2-x.gat,0,0; + warp 000-0-0,0,0; } |