From dc4efe1000feaf5f5ed8ef6e60686abf3e37e0b3 Mon Sep 17 00:00:00 2001 From: Rinary Date: Thu, 18 Jul 2024 13:27:09 +0300 Subject: [PATCH] Lawyer Headset --- .../Prototypes/Roles/Jobs/Civilian/lawyer.yml | 2 +- .../_Sunrise/Entities/Clothing/Ears/headsets.yml | 15 ++++++++++++++- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml b/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml index 612ab920200..70ee2548001 100644 --- a/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml +++ b/Resources/Prototypes/Roles/Jobs/Civilian/lawyer.yml @@ -20,7 +20,7 @@ equipment: shoes: ClothingShoesBootsLaceup id: LawyerPDA - ears: ClothingHeadsetSecurity + ears: ClothingHeadsetLawyer inhand: - BriefcaseBrownFilled storage: diff --git a/Resources/Prototypes/_Sunrise/Entities/Clothing/Ears/headsets.yml b/Resources/Prototypes/_Sunrise/Entities/Clothing/Ears/headsets.yml index b4bafc3973a..afbe278e4ae 100644 --- a/Resources/Prototypes/_Sunrise/Entities/Clothing/Ears/headsets.yml +++ b/Resources/Prototypes/_Sunrise/Entities/Clothing/Ears/headsets.yml @@ -10,7 +10,6 @@ - EncryptionKeyLaw - EncryptionKeySecurity - EncryptionKeyCommon - - EncryptionKeyCommand - type: Sprite sprite: Clothing/Ears/Headsets/servicesecurity.rsi @@ -29,3 +28,17 @@ - EncryptionKeyCommand - type: Sprite sprite: Clothing/Ears/Headsets/servicesecurity.rsi + +- type: entity + parent: ClothingHeadset + id: ClothingHeadsetLawyer + name: lawyer headset + description: A headset for internal affairs agent to hear the captain's last words. + components: + - type: ContainerFill + containers: + key_slots: + - EncryptionKeyLaw + - EncryptionKeyCommon + - type: Sprite + sprite: Clothing/Ears/Headsets/servicesecurity.rsi