mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-26 14:31:59 +01:00
Merge pull request #11985 from GinjaNinja32/wingrille
fix wingrille spawners allowing initial ZAS init to expand zones through them
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user