Skip to content

Commit

Permalink
Merge pull request Citadel-Station-13#8091 from deathride58/fixesz1hy…
Browse files Browse the repository at this point in the history
…perspace

Fixes centcom zlevel hyperspace acting like normal space (and also fixes the title screen while im at it)
  • Loading branch information
silicons authored Mar 10, 2019
2 parents 23d5d38 + 64ab4a3 commit 7628289
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 3 additions & 3 deletions _maps/map_files/generic/CentCom.dmm
Original file line number Diff line number Diff line change
Expand Up @@ -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{
Expand Down Expand Up @@ -20511,7 +20511,7 @@ fX
fX
fX
fX
fY
fX
fX
fX
fX
Expand Down Expand Up @@ -21282,7 +21282,7 @@ fX
fX
fX
fX
fX
fY
fX
fX
fX
Expand Down
8 changes: 8 additions & 0 deletions code/game/turfs/space/transit.dm
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 7628289

Please sign in to comment.