From b39e126d6e87d98cadd1aaa4b3ce2cae4c2bd766 Mon Sep 17 00:00:00 2001 From: Lumminal <81829924+Lumminal@users.noreply.github.com> Date: Thu, 9 Jan 2025 23:32:06 +0200 Subject: [PATCH] Prisoner Headset Box in Warden's Locker (#1470) # Description Adds a prisoner headset box for warden's locker Reason: There's too much chaos in security and making radio headsets with pure encryption keys takes time and tools. More so cause by the time someone gets a perma punishment, its gonna be most likely late in the round and sec department will be dealing with a lot of things at the same time. ---

Media

![Content Client_LlH3OUGtCU](https://github.com/user-attachments/assets/ea20a648-9606-4104-9787-0766966bd358) ![Example Media Embed](https://example.com/thisimageisntreal.png)

--- # Changelog :cl: - add: Added prisoner headset box to warden's locker. --- .../Prototypes/Catalog/Fills/Boxes/security.yml | 15 +++++++++++++++ .../Prototypes/Catalog/Fills/Lockers/security.yml | 2 ++ 2 files changed, 17 insertions(+) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/security.yml b/Resources/Prototypes/Catalog/Fills/Boxes/security.yml index 82da52de3f2..1aefbf7a68d 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/security.yml @@ -17,6 +17,21 @@ - state: box_security - state: handcuff +- type: entity + name: prisoner headset box + parent: BoxCardboard + id: BoxPrisonerHeadset + description: A box of prisoner headsets. + components: + - type: StorageFill + contents: + - id: ClothingHeadsetPrison + amount: 4 + - type: Sprite + layers: + - state: box_security + - state: headset + - type: entity name: flashbang box parent: BoxCardboard diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml index e2d7ad1483d..fe1d9ecc725 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/security.yml @@ -24,6 +24,7 @@ - id: BoxPDAPrisoner # Delta-V - id: ClothingShoesBootsWinterWarden #Delta V: Add departmental winter boots - id: BoxEncryptionKeyPrisoner #Delta-V + - id: BoxPrisonerHeadset - id: LunchboxSecurityFilledRandom # Delta-v Lunchboxes! prob: 0.3 @@ -52,6 +53,7 @@ - id: BoxPDAPrisoner # Delta-V - id: ClothingShoesBootsWinterWarden #Delta V: Add departmental winter boots - id: BoxEncryptionKeyPrisoner #Delta-V + - id: BoxPrisonerHeadset - id: LunchboxSecurityFilledRandom # Delta-v Lunchboxes! prob: 0.3