From: Nemanja <98561806+EmoGarbage404@users.noreply.github.com> Date: Tue, 9 Jan 2024 00:48:45 +0000 (-0500) Subject: unique satchel grid (#23724) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=efb1c58a13b15b59be49ad71ab3d982500582141;p=space-station-14.git unique satchel grid (#23724) * unique satchel grid * small tweaksies --- 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