Skip to content

Commit

Permalink
Prisoner Headset Box in Warden's Locker (#1470)
Browse files Browse the repository at this point in the history
# 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.

---

<details><summary><h1>Media</h1></summary>
<p>

![Content
Client_LlH3OUGtCU](https://github.com/user-attachments/assets/ea20a648-9606-4104-9787-0766966bd358)


![Example Media Embed](https://example.com/thisimageisntreal.png)

</p>
</details>

---

# Changelog

<!--
You can add an author after the `:cl:` to change the name that appears
in the changelog (ex: `:cl: Death`)
Leaving it blank will default to your GitHub display name
This includes all available types for the changelog
-->

:cl:
- add: Added prisoner headset box to warden's locker.
  • Loading branch information
Lumminal authored Jan 9, 2025
1 parent 998e0ea commit b39e126
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Boxes/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit b39e126

Please sign in to comment.