mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 12:41:09 +01:00
Virgin immovable rods are no longer stopped by the chad railing (#50349)
Fixes #50288 Railings are also the only thing that has a snowflake canpass
This commit is contained in:
@@ -47,7 +47,8 @@
|
||||
/obj/structure/railing/CanPass(atom/movable/mover, turf/target)
|
||||
..()
|
||||
if(get_dir(loc, target) & dir)
|
||||
return !density
|
||||
var/checking = UNSTOPPABLE | FLYING | FLOATING
|
||||
return !density || mover.movement_type & checking
|
||||
return TRUE
|
||||
|
||||
/obj/structure/railing/corner/CanPass()
|
||||
|
||||
Reference in New Issue
Block a user