Merge pull request #11985 from GinjaNinja32/wingrille

fix wingrille spawners allowing initial ZAS init to expand zones through them
This commit is contained in:
Ccomp5950
2016-01-15 00:33:45 -05:00
@@ -13,6 +13,10 @@
var/win_path = /obj/structure/window/basic
var/activated
// stops ZAS expanding zones past us, the windows will block the zone anyway
/obj/effect/wingrille_spawn/CanPass()
return 0
/obj/effect/wingrille_spawn/attack_hand()
attack_generic()