diff options
-rw-r--r-- | npc/000-0/sailors.txt | 2 | ||||
-rw-r--r-- | npc/000-2-0/_warps.txt | 3 | ||||
-rw-r--r-- | npc/000-2-3/_warps.txt | 2 |
3 files changed, 3 insertions, 4 deletions
diff --git a/npc/000-0/sailors.txt b/npc/000-0/sailors.txt index fa45d33b..64cc1eb9 100644 --- a/npc/000-0/sailors.txt +++ b/npc/000-0/sailors.txt @@ -35,7 +35,7 @@ OnTouch: mesq l("The sailors take you aboard their ship to help you."); - warp "000-2-1.gat",22,22; + warp "000-0-0.gat",22,22; close; diff --git a/npc/000-2-0/_warps.txt b/npc/000-2-0/_warps.txt index 8fb233f4..8fa34a8f 100644 --- a/npc/000-2-0/_warps.txt +++ b/npc/000-2-0/_warps.txt @@ -1,5 +1,4 @@ // 000-2-0 warps 000-2-0.gat,30,25 warp ToLevel1 -1,-1,000-2-1.gat,61,29 -000-2-0.gat,19,27 warp ToLevel1 -1,-1,000-1.gat,141,69 -000-2-0.gat,32,27 warp ToLevel1 -1,-1,000-2-3.gat,20,27 +000-2-0.gat,32,27 warp ToLevel0 -1,-1,000-2-3.gat,20,27 diff --git a/npc/000-2-3/_warps.txt b/npc/000-2-3/_warps.txt index c6f36564..628d579b 100644 --- a/npc/000-2-3/_warps.txt +++ b/npc/000-2-3/_warps.txt @@ -1,3 +1,3 @@ // 000-2-3 warps -000-2-3.gat,19,27 warp ToLevel1 -1,-1,000-2-0.gat,31,27 +000-2-3.gat,19,27 warp ToLevel0 -1,-1,000-2-0.gat,31,27 |