Ports radios to Initialize (#983)

This commit is contained in:
CitadelStationBot
2017-05-18 12:19:55 -05:00
committed by Poojawa
parent d0bf115aa6
commit 1b39381ee7
7 changed files with 23 additions and 23 deletions
@@ -179,8 +179,8 @@
name = "dusty radio"
desc = "A dusty looking radio."
/obj/item/device/radio/uplink/old/New()
..()
/obj/item/device/radio/uplink/old/Initialize()
. = ..()
hidden_uplink.name = "dusty radio"
hidden_uplink.telecrystals = 10
+2 -2
View File
@@ -558,8 +558,8 @@
name = "radio headset"
var/datum/action/item_action/chameleon/change/chameleon_action
/obj/item/device/radio/headset/chameleon/New()
..()
/obj/item/device/radio/headset/chameleon/Initialize()
. = ..()
chameleon_action = new(src)
chameleon_action.chameleon_type = /obj/item/device/radio/headset
chameleon_action.chameleon_name = "Headset"