Make wingrille spawners usable

Makes the spawner object itself block air and prevent active edges before the game starts, so you can actually use these in maps now without creating tons of active edge warnings and making ZAS zones merge everywhere. Should save a loooot of time for mappers picking those window directions.
This commit is contained in:
Arokha Sieyes
2017-04-14 21:34:37 -04:00
parent 75cc189723
commit c93836745f

View File

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