summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/ship.txt4
-rw-r--r--npc/005-1/ship.txt2
-rw-r--r--npc/012-1/ship.txt2
3 files changed, 0 insertions, 8 deletions
diff --git a/npc/003-1/ship.txt b/npc/003-1/ship.txt
index e23765dc3..2740bdbf5 100644
--- a/npc/003-1/ship.txt
+++ b/npc/003-1/ship.txt
@@ -8,9 +8,7 @@
OnTouch:
EnterTown("Tulim");
- goto L_Warp;
-L_Warp:
warp "002-3@"+LOCATION$, 31, 28;
closedialog;
close;
@@ -20,9 +18,7 @@ L_Warp:
OnTouch:
EnterTown("Tulim");
- goto L_Warp;
-L_Warp:
/* Is Hurnscald already liberated? Precendence. */
if (!$HURNS_LIBDATE) {
.@online=$@BG1_SIZE;
diff --git a/npc/005-1/ship.txt b/npc/005-1/ship.txt
index 3b333be05..8868f6ef2 100644
--- a/npc/005-1/ship.txt
+++ b/npc/005-1/ship.txt
@@ -8,9 +8,7 @@
OnTouch:
LOCATION$="Candor";
- goto L_Warp;
-L_Warp:
warp "002-3@"+LOCATION$, 31, 28;
closedialog;
close;
diff --git a/npc/012-1/ship.txt b/npc/012-1/ship.txt
index b478e3571..f078408a4 100644
--- a/npc/012-1/ship.txt
+++ b/npc/012-1/ship.txt
@@ -8,9 +8,7 @@
OnTouch:
EnterTown("Hurns");
- goto L_Warp;
-L_Warp:
/* Is Hurnscald already liberated? Precendence. */
if (!$HURNS_LIBDATE) {
warp "Save", 0, 0;