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:
Akrilla
2020-04-18 11:00:02 +12:00
committed by GitHub
parent 0baa5e0581
commit 555b156edc
+2 -1
View File
@@ -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()