mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 02:54:41 +01:00
Transit tubes are now dense when they have gravity (#30073)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user