fix wingrille spawners allowing initial ZAS init to expand zones through them

This commit is contained in:
GinjaNinja32
2016-01-15 00:16:22 +00:00
parent 83f22da2e6
commit 06dd8010f3
@@ -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()