From 0398bac712404a5ce208ebf010a95d613684379a Mon Sep 17 00:00:00 2001 From: Benedict <91219575+Ben10083@users.noreply.github.com> Date: Sat, 14 May 2022 18:43:21 -0400 Subject: [PATCH] Clerical Radio (#13895) --- .../mob/living/silicon/robot/robot_modules.dm | 2 ++ html/changelogs/Ben10083 - ClericalRadio.yml | 16 ++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 html/changelogs/Ben10083 - ClericalRadio.yml diff --git a/code/modules/mob/living/silicon/robot/robot_modules.dm b/code/modules/mob/living/silicon/robot/robot_modules.dm index 1523ce7936e..a76c21ae0a9 100644 --- a/code/modules/mob/living/silicon/robot/robot_modules.dm +++ b/code/modules/mob/living/silicon/robot/robot_modules.dm @@ -671,6 +671,8 @@ var/global/list/robot_modules = list( /obj/item/robot_module/clerical/general name = "clerical robot module" + channels = list(CHANNEL_SUPPLY = TRUE, CHANNEL_COMMAND = TRUE) + networks = list(NETWORK_MINE) /obj/item/robot_module/clerical/general/Initialize() . = ..() diff --git a/html/changelogs/Ben10083 - ClericalRadio.yml b/html/changelogs/Ben10083 - ClericalRadio.yml new file mode 100644 index 00000000000..6b050a6c45d --- /dev/null +++ b/html/changelogs/Ben10083 - ClericalRadio.yml @@ -0,0 +1,16 @@ +# Your name. +author: Ben10083 + +# Optional: Remove this file after generating master changelog. Useful for PR changelogs that won't get used again. +delete-after: True + +# Any changes you've made. See valid prefix list above. +# INDENT WITH TWO SPACES. NOT TABS. SPACES. +# SCREW THIS UP AND IT WON'T WORK. +# Also, all entries are changed into a single [] after a master changelog generation. Just remove the brackets when you add new entries. +# Please surround your changes in double quotes ("), as certain characters otherwise screws up compiling. The quotes will not show up in the changelog. +changes: + - tweak: "Clerical module now uses operations radio channel." + - tweak: "Clerical cyborg cameras now moved to mine network." + - rscadd: "Clerical module now can use command radio channel." +