Cleans up other components destroys (#38930)

* wearertargeting destroy

* Why did these variables even existed.

* ....
This commit is contained in:
AnturK
2018-07-06 18:39:08 +02:00
committed by letterjay
parent 981743a170
commit cc1070c7db
3 changed files with 5 additions and 3 deletions
+1
View File
@@ -70,6 +70,7 @@ GLOBAL_LIST_EMPTY(uplinks)
/datum/component/uplink/Destroy()
GLOB.uplinks -= src
gamemode = null
purchase_log = null
return ..()
/datum/component/uplink/proc/LoadTC(mob/user, obj/item/stack/telecrystal/TC, silent = FALSE)