GC cleanup (#8211)

This commit is contained in:
Cadyn
2024-04-10 22:48:37 -07:00
committed by GitHub
parent 43b856c621
commit 985f3401a9
7 changed files with 29 additions and 2 deletions

View File

@@ -115,6 +115,11 @@
dark_tile.unlinked()
return ..()
/obj/effect/dark/Destroy()
. = ..()
if(linked_node)
linked_node.children_effects -= src
/obj/effect/dark/process()
set background = 1
var/turf/U = get_turf(src)