Ports radios to Initialize (#983)
This commit is contained in:
committed by
Poojawa
parent
d0bf115aa6
commit
1b39381ee7
@@ -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
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user