mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 10:43:20 +00:00
Memory tracking shenanigans (#8359)
This commit is contained in:
@@ -58,7 +58,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)) //CHOMPEdit
|
||||
qdel(src)
|
||||
|
||||
/obj/effect/wingrille_spawn/proc/handle_window_spawn(var/obj/structure/window/W)
|
||||
|
||||
Reference in New Issue
Block a user