mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 03:27:05 +01:00
Merge branch 'SkyMarshal-764432e'
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 = 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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user