fixes wire loading

This commit is contained in:
Kashargul
2025-01-11 02:23:32 +01:00
parent fdcbdf15d6
commit 75b13a47d8
18 changed files with 28 additions and 25 deletions
@@ -57,7 +57,7 @@
activated = 1
for(var/obj/effect/wingrille_spawn/other in neighbours)
if(!other.activated) other.activate()
if(initialized && !QDELETED(src))
if((flags & ATOM_INITIALIZED) && !QDELETED(src))
qdel(src)
/obj/effect/wingrille_spawn/proc/handle_window_spawn(var/obj/structure/window/W)