From efb1c58a13b15b59be49ad71ab3d982500582141 Mon Sep 17 00:00:00 2001 From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Mon, 8 Jan 2024 19:48:45 -0500 Subject: [PATCH] unique satchel grid (#23724) * unique satchel grid * small tweaksies --- Resources/Prototypes/Catalog/Fills/Boxes/security.yml | 10 +++++----- .../Prototypes/Entities/Clothing/Back/satchel.yml | 5 +++++ .../Entities/Objects/Specific/Forensics/forensics.yml | 2 +- 3 files changed, 11 insertions(+), 6 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/security.yml b/Resources/Prototypes/Catalog/Fills/Boxes/security.yml index 9975f4f3f0..c43118eff6 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/security.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/security.yml @@ -70,13 +70,13 @@ id: BoxForensicPad description: A box of forensic pads. components: - - type: Storage - grid: - - 0,0,4,3 + - type: Item + shape: + - 0,0,1,1 - type: StorageFill contents: - - id: ForensicPad - amount: 10 + - id: ForensicPad + amount: 9 - type: Sprite layers: - state: box_security diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 8b8cf2c622..f598759056 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -6,6 +6,11 @@ components: - type: Sprite sprite: Clothing/Back/Satchels/satchel.rsi + - type: Storage + grid: + - 0,0,1,3 + - 3,0,6,3 + - 8,0,9,3 - type: entity parent: ClothingBackpackSatchel diff --git a/Resources/Prototypes/Entities/Objects/Specific/Forensics/forensics.yml b/Resources/Prototypes/Entities/Objects/Specific/Forensics/forensics.yml index 2e81ea4b58..7450d7845e 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Forensics/forensics.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Forensics/forensics.yml @@ -5,7 +5,7 @@ description: A forensic pad for collecting fingerprints or fibers. components: - type: Item - size: Small + size: Tiny - type: ForensicPad - type: Sprite sprite: Objects/Misc/bureaucracy.rsi -- 2.51.2