[MIRROR] Fixes lateload map template cable loading (#9851)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-01-12 08:03:47 -07:00
committed by GitHub
parent c1cd7dc3f0
commit f19a517d0f
17 changed files with 28 additions and 25 deletions

View File

@@ -58,7 +58,7 @@
activated = 1
for(var/obj/effect/wingrille_spawn/other in neighbours)
if(!other.activated) other.activate()
if((flags & ATOM_INITIALIZED) && !QDELETED(src)) //CHOMPEdit
if((flags & ATOM_INITIALIZED) && !QDELETED(src))
qdel(src)
/obj/effect/wingrille_spawn/proc/handle_window_spawn(var/obj/structure/window/W)