Merge pull request #3304 from VOREStation/aro-pol-wingrille

Make wingrille spawners usable
This commit is contained in:
Anewbe
2017-04-14 23:46:20 -05:00
committed by GitHub

View File

@@ -22,6 +22,9 @@
/obj/effect/wingrille_spawn/attack_generic() /obj/effect/wingrille_spawn/attack_generic()
activate() activate()
/obj/effect/wingrille_spawn/CanPass(atom/movable/mover, turf/target, height=1.5, air_group = 0)
return FALSE
/obj/effect/wingrille_spawn/initialize() /obj/effect/wingrille_spawn/initialize()
..() ..()
if(!win_path) if(!win_path)