[MIRROR] new to init (radios) (#10085)

Co-authored-by: Cameron Lennox <killer65311@gmail.com>
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-02-07 08:56:04 -07:00
committed by GitHub
parent f6033a35da
commit 440e4e907b
11 changed files with 121 additions and 112 deletions
+5 -3
View File
@@ -17,13 +17,15 @@
on = 0 //Are we currently active??
var/menu_message = ""
/obj/item/radio/integrated/New()
/obj/item/radio/integrated/Initialize()
..()
if(istype(loc.loc, /obj/item/pda))
hostpda = loc.loc
return INITIALIZE_HINT_LATELOAD
/obj/item/radio/integrated/LateInitialize()
if(bot_filter)
spawn(5)
add_to_radio(bot_filter)
add_to_radio(bot_filter)
/obj/item/radio/integrated/Destroy()
if(radio_controller)