mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 03:33:21 +00:00
GC cleanup (#8211)
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user