diff options
-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; } |