From cb03ea3d0ba472dd61f0ca092fec85804bee695c Mon Sep 17 00:00:00 2001 From: SlamBamActionman <83650252+SlamBamActionman@users.noreply.github.com> Date: Sat, 5 Apr 2025 11:38:58 +0200 Subject: [PATCH] Reduce storage implant to a 2x L shape/6 slots (#36272) Change subdermal implant --- .../Prototypes/Entities/Objects/Misc/subdermal_implants.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml b/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml index 7336f2726f..9dddcd6c5c 100644 --- a/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml +++ b/Resources/Prototypes/Entities/Objects/Misc/subdermal_implants.yml @@ -119,7 +119,10 @@ - Hands # no use giving a mouse a storage implant, but a monkey is another story... - type: Storage grid: - - 0,0,2,2 + - 0,0,0,1 + - 1,0,1,0 + - 1,2,1,2 + - 2,1,2,2 - type: ContainerContainer containers: storagebase: !type:Container -- 2.51.2