Restores the uplink modules, removes LoadComponents

This commit is contained in:
Jordan Brown
2017-12-04 11:33:18 -05:00
parent 88187f86d5
commit 290d00c8a6
8 changed files with 10 additions and 10 deletions
@@ -9,7 +9,7 @@
/obj/item/implant/uplink/Initialize(mapload, _owner)
. = ..()
LoadComponent(/datum/component/uplink, _owner, TRUE, FALSE, null, starting_tc)
AddComponent(/datum/component/uplink, _owner, TRUE, FALSE, null, starting_tc)
/obj/item/implant/uplink/implant(mob/living/target, mob/user, silent = 0)
GET_COMPONENT(hidden_uplink, /datum/component/uplink)