diff options
author | Fedja Beader <fedja@protonmail.ch> | 2025-07-27 16:15:57 +0200 |
---|---|---|
committer | Fedja Beader <fedja@protonmail.ch> | 2025-07-27 14:17:50 +0000 |
commit | 46ad23e2d1ba3a0c7a2e4ee897af778ba363ff09 (patch) | |
tree | 073d80941dc02c9c89877b4e6781668b2f627c9c | |
parent | e4495f0146f1406126728179bca72184a3db4746 (diff) | |
download | serverdata-ship_L_Warp_delabel.tar.gz serverdata-ship_L_Warp_delabel.tar.bz2 serverdata-ship_L_Warp_delabel.tar.xz serverdata-ship_L_Warp_delabel.zip |
Remove unnecessary L_Warp labels and gotosship_L_Warp_delabel
I could find no doevent calls that'd refer to L_Warp labels, so I
assume these are redundant.
-rw-r--r-- | npc/003-1/ship.txt | 4 | ||||
-rw-r--r-- | npc/005-1/ship.txt | 2 | ||||
-rw-r--r-- | npc/012-1/ship.txt | 2 |
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; |