mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-11 18:53:06 +00:00
clear some qdel refs (#9401)
This commit is contained in:
@@ -116,9 +116,10 @@
|
||||
return ..()
|
||||
|
||||
/obj/effect/dark/Destroy()
|
||||
. = ..()
|
||||
if(linked_node)
|
||||
linked_node.children_effects -= src
|
||||
linked_node = null
|
||||
. = ..()
|
||||
|
||||
/obj/effect/dark/process()
|
||||
//set background = 1
|
||||
|
||||
@@ -63,7 +63,7 @@
|
||||
if(istype(linked_belly))
|
||||
UnregisterSignal(linked_belly, COMSIG_BELLY_UPDATE_VORE_FX)
|
||||
linked_belly = null
|
||||
..()
|
||||
. = ..()
|
||||
|
||||
// Sends messages to the owner of the soulcatcher
|
||||
/obj/soulgem/proc/notify_holder(var/message)
|
||||
|
||||
Reference in New Issue
Block a user