From c0216e5caf9cd8255632c931f2a2ec9ab56d3c3b Mon Sep 17 00:00:00 2001 From: Morber <14136326+Morb0@users.noreply.github.com> Date: Mon, 27 Jun 2022 07:14:48 +0300 Subject: [PATCH] Add missing channels for mining & robotics headsets (#9188) --- Resources/Prototypes/Entities/Clothing/Ears/headsets.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml b/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml index 34c960f461..f7ebe9ab08 100644 --- a/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/Entities/Clothing/Ears/headsets.yml @@ -139,6 +139,10 @@ name: mining headset description: Headset used by shaft miners. components: + - type: Headset + channels: + - Common + - Supply - type: Sprite sprite: Clothing/Ears/Headsets/mining.rsi @@ -148,6 +152,10 @@ name: robotics headset description: Made specifically for the roboticists, who cannot decide between departments. components: + - type: Headset + channels: + - Common + - Science - type: Sprite sprite: Clothing/Ears/Headsets/robotics.rsi