From 06dd8010f34c1240fe1198b9c3adb9f97f6ef0b4 Mon Sep 17 00:00:00 2001 From: GinjaNinja32 Date: Fri, 15 Jan 2016 00:16:22 +0000 Subject: [PATCH] fix wingrille spawners allowing initial ZAS init to expand zones through them --- code/game/objects/structures/window_spawner.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/game/objects/structures/window_spawner.dm b/code/game/objects/structures/window_spawner.dm index 96f375d9e5b..6ec446511b5 100644 --- a/code/game/objects/structures/window_spawner.dm +++ b/code/game/objects/structures/window_spawner.dm @@ -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()