Merge branch 'SkyMarshal-764432e'

This commit is contained in:
Albert Iordache
2011-12-10 12:35:15 +02:00
3 changed files with 25 additions and 3 deletions
+11
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 = op
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()