mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-01-02 13:32:32 +00:00
DO NOT USE.
This commit is contained in:
@@ -401,6 +401,17 @@
|
||||
hear+=M
|
||||
return hear
|
||||
|
||||
/obj/item/device/radio/proc/borg(mob/user as mob, op)
|
||||
if(!(issilicon(user)))
|
||||
return
|
||||
for (var/ch_name in channels)
|
||||
radio_controller.remove_object(src, radiochannels[ch_name])
|
||||
secure_radio_connections = new
|
||||
channels = list()
|
||||
for (var/ch_name in op)
|
||||
secure_radio_connections[ch_name] = radio_controller.add_object(src, radiochannels[ch_name], RADIO_CHAT)
|
||||
return
|
||||
|
||||
/obj/item/device/radio/examine()
|
||||
set src in view()
|
||||
|
||||
|
||||
@@ -71,6 +71,7 @@
|
||||
hands.icon_state = "standard"
|
||||
icon_state = "robot"
|
||||
modtype = "Stand"
|
||||
radio.borg(src, list())
|
||||
|
||||
if("Service")
|
||||
module = new /obj/item/weapon/robot_module/butler(src)
|
||||
|
||||
Reference in New Issue
Block a user