From 44cb94257f9b69df606349e5c03ec2e63ec17050 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Mon, 22 May 2023 00:16:46 +0000 Subject: [PATCH] give handheld radio its own channel (#16673) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Locale/en-US/headset/headset-component.ftl | 3 +++ Resources/Prototypes/Entities/Objects/Devices/radio.yml | 3 +++ Resources/Prototypes/radio_channels.yml | 8 ++++++++ 3 files changed, 14 insertions(+) diff --git a/Resources/Locale/en-US/headset/headset-component.ftl b/Resources/Locale/en-US/headset/headset-component.ftl index 7a1637c9d3..cef5fdd0fa 100644 --- a/Resources/Locale/en-US/headset/headset-component.ftl +++ b/Resources/Locale/en-US/headset/headset-component.ftl @@ -13,3 +13,6 @@ chat-radio-security = Security chat-radio-service = Service chat-radio-supply = Supply chat-radio-syndicate = Syndicate + +# not headset but whatever +chat-radio-handheld = Handheld diff --git a/Resources/Prototypes/Entities/Objects/Devices/radio.yml b/Resources/Prototypes/Entities/Objects/Devices/radio.yml index 103e43830f..6c2f2c0722 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/radio.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/radio.yml @@ -5,7 +5,10 @@ id: RadioHandheld components: - type: RadioMicrophone + broadcastChannel: Handheld - type: RadioSpeaker + channels: + - Handheld - type: Speech - type: Sprite sprite: Objects/Devices/communication.rsi diff --git a/Resources/Prototypes/radio_channels.yml b/Resources/Prototypes/radio_channels.yml index c72f250a26..d8780b5dc0 100644 --- a/Resources/Prototypes/radio_channels.yml +++ b/Resources/Prototypes/radio_channels.yml @@ -69,3 +69,11 @@ frequency: 1213 color: "#8f4a4b" longRange: true + +- type: radioChannel + id: Handheld + name: chat-radio-handheld + frequency: 1330 + color: "#d39f01" + # long range since otherwise it'd defeat the point of a handheld radio independent of telecomms + longRange: true