Merge pull request #8091 from deathride58/fixesz1hyperspace
Fixes centcom zlevel hyperspace acting like normal space (and also fixes the title screen while im at it)
This commit is contained in:
@@ -4696,7 +4696,7 @@
|
||||
},
|
||||
/area/abductor_ship)
|
||||
"lI" = (
|
||||
/turf/open/space/transit,
|
||||
/turf/open/space/transit/centcom,
|
||||
/area/space)
|
||||
"lJ" = (
|
||||
/obj/machinery/door/airlock/centcom{
|
||||
@@ -20511,7 +20511,7 @@ fX
|
||||
fX
|
||||
fX
|
||||
fX
|
||||
fY
|
||||
fX
|
||||
fX
|
||||
fX
|
||||
fX
|
||||
@@ -21282,7 +21282,7 @@ fX
|
||||
fX
|
||||
fX
|
||||
fX
|
||||
fX
|
||||
fY
|
||||
fX
|
||||
fX
|
||||
fX
|
||||
|
||||
@@ -41,6 +41,14 @@
|
||||
/turf/open/space/transit/border/east
|
||||
dir = EAST
|
||||
|
||||
/turf/open/space/transit/centcom
|
||||
dir = SOUTH
|
||||
|
||||
/turf/open/space/transit/centcom/Entered(atom/movable/AM, atom/OldLoc)
|
||||
..()
|
||||
if(!locate(/obj/structure/lattice) in src)
|
||||
throw_atom(AM)
|
||||
|
||||
/turf/open/space/transit/border/Entered(atom/movable/AM, atom/OldLoc)
|
||||
..()
|
||||
if(!locate(/obj/structure/lattice) in src)
|
||||
|
||||
Reference in New Issue
Block a user