Transit tubes are now dense when they have gravity (#30073)

This commit is contained in:
Contrabang
2025-08-29 12:42:53 -04:00
committed by GitHub
parent 1a5ddc018e
commit 01ebc0245b
@@ -35,6 +35,8 @@
/obj/structure/transit_tube/CanPass(atom/movable/mover, border_dir)
if(istype(mover) && mover.checkpass(PASSGLASS))
return TRUE
if(anchored && has_gravity(src))
return FALSE
return !density
// When destroyed by explosions, properly handle contents.