add CMO's headset (#15845)

This commit is contained in:
lzk228
2023-04-29 13:57:05 +03:00
committed by GitHub
parent ad2e844363
commit 48cbc56725
2 changed files with 14 additions and 1 deletions

View File

@@ -146,6 +146,19 @@
- type: Clothing - type: Clothing
sprite: Clothing/Ears/Headsets/medical.rsi sprite: Clothing/Ears/Headsets/medical.rsi
- type: entity
parent: ClothingHeadsetMedical
id: ClothingHeadsetCMO
name: cmo headset
description: A headset used by the CMO.
components:
- type: ContainerFill
containers:
key_slots:
- EncryptionKeyMedical
- EncryptionKeyCommand
- EncryptionKeyCommon
- type: entity - type: entity
parent: ClothingHeadset parent: ClothingHeadset
id: ClothingHeadsetScience id: ClothingHeadsetScience

View File

@@ -32,7 +32,7 @@
shoes: ClothingShoesColorBrown shoes: ClothingShoesColorBrown
outerClothing: ClothingOuterCoatLabCmo outerClothing: ClothingOuterCoatLabCmo
id: CMOPDA id: CMOPDA
ears: ClothingHeadsetAltMedical ears: ClothingHeadsetCMO
belt: ClothingBeltMedicalFilled belt: ClothingBeltMedicalFilled
innerclothingskirt: ClothingUniformJumpskirtCMO innerclothingskirt: ClothingUniformJumpskirtCMO
satchel: ClothingBackpackSatchelCMOFilled satchel: ClothingBackpackSatchelCMOFilled