From 49c819373919d6ad2c7e1d802025782ecdce370b Mon Sep 17 00:00:00 2001 From: PursuitInAshes <91865152+PursuitInAshes@users.noreply.github.com> Date: Wed, 13 Mar 2024 04:10:12 -0600 Subject: [PATCH] Contraband Storage Crate (#25974) * Contraband Storage Crate * Better description * Better Communication of Purpose * Update Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml --------- Co-authored-by: metalgearsloth <31366439+metalgearsloth@users.noreply.github.com> --- .../Entities/Structures/Storage/Crates/crates.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml b/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml index 5ddd6fd57b..24bcf7cf7a 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/Crates/crates.yml @@ -283,6 +283,18 @@ - type: AccessReader access: [["Armory"]] +- type: entity + parent: CrateBaseSecure + suffix: Armory, Secure + id: CrateContrabandStorageSecure + name: contraband storage crate + description: An armory access locked crate for storing contraband confiscated from suspects or prisoners. + components: + - type: Sprite + sprite: Structures/Storage/Crates/sec_gear.rsi + - type: AccessReader + access: [["Armory"]] + - type: entity parent: CrateBaseSecure id: CrateCommandSecure -- 2.51.2