Merge pull request #33276 from Cyberboss/FixUplinks

Restores the uplink modules, removes LoadComponents
This commit is contained in:
oranges
2017-12-11 09:14:24 +13:00
committed by GitHub
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)