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
@@ -11,8 +11,8 @@
var/last_tick //used to delay the powercheck
dog_fashion = null
/obj/item/device/radio/intercom/New()
..()
/obj/item/device/radio/intercom/Initialize()
. = ..()
START_PROCESSING(SSobj, src)
/obj/item/device/radio/intercom/Destroy()