Resolves mercs not spawning with an uplink

This commit is contained in:
Yoshax
2016-11-12 18:13:45 +00:00
parent d3d290b9f3
commit 418ea1b0ba
+3 -2
View File
@@ -217,8 +217,9 @@
// Includes normal radio uplink, multitool uplink,
// implant uplink (not the implant tool) and a preset headset uplink.
/obj/item/device/radio/uplink/New()
hidden_uplink = new(src, usr.mind, DEFAULT_TELECRYSTAL_AMOUNT)
/obj/item/device/radio/uplink/New(atom/loc, datum/mind/target_mind, telecrystals)
..(loc)
hidden_uplink = new(src, target_mind, telecrystals)
icon_state = "radio"
/obj/item/device/radio/uplink/attack_self(mob/user as mob)