Cleans up other components destroys (#38930)

* wearertargeting destroy

* Why did these variables even existed.

* ....
This commit is contained in:
AnturK
2018-07-06 11:39:42 -05:00
committed by letterjay
parent 981743a170
commit cc1070c7db
3 changed files with 5 additions and 3 deletions
@@ -20,3 +20,7 @@
/datum/component/wearertargeting/proc/on_drop(mob/user)
UnregisterSignal(user, signals)
/datum/component/wearertargeting/Destroy()
QDEL_NULL(callback) //is likely to ourselves.
return ..()