DO NOT USE.

This commit is contained in:
unknown
2011-12-08 17:07:25 -07:00
parent 3319b22adf
commit 8f11c4acfb
2 changed files with 12 additions and 0 deletions

View File

@@ -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()

View File

@@ -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)