give handheld radio its own channel (#16673)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-05-22 00:16:46 +00:00
committed by GitHub
parent b4d259eda1
commit 44cb94257f
3 changed files with 14 additions and 0 deletions

View File

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

View File

@@ -5,7 +5,10 @@
id: RadioHandheld
components:
- type: RadioMicrophone
broadcastChannel: Handheld
- type: RadioSpeaker
channels:
- Handheld
- type: Speech
- type: Sprite
sprite: Objects/Devices/communication.rsi

View File

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