From: SpaceRox1244 <138547931+SpaceRox1244@users.noreply.github.com> Date: Thu, 30 Jan 2025 12:06:41 +0000 (-0500) Subject: Adjust inventory size of ginormous scrap (#33454) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=cccdd8875e889fccce763a26aa3ffd52f9598704;p=space-station-14.git Adjust inventory size of ginormous scrap (#33454) Adjusts the size of ginormous scrap to fit in bags of holding --- diff --git a/Resources/Prototypes/Entities/Objects/Materials/scrap.yml b/Resources/Prototypes/Entities/Objects/Materials/scrap.yml index 734111af6d..c4ec20465e 100644 --- a/Resources/Prototypes/Entities/Objects/Materials/scrap.yml +++ b/Resources/Prototypes/Entities/Objects/Materials/scrap.yml @@ -77,7 +77,9 @@ - state: metal-1 map: [ "base" ] - type: Item - size: Ginormous + size: Large + shape: + - 0,0,4,4 # 5x5 heldPrefix: metal - type: MultiHandedItem - type: RandomSprite @@ -135,7 +137,9 @@ junk-airlock-1: "" junk-airlock-2: "" - type: Item - size: Ginormous + size: Large + shape: + - 0,0,4,4 # 5x5 heldPrefix: "airlock" - type: MultiHandedItem - type: PhysicalComposition @@ -273,7 +277,9 @@ layers: - state: junk-firelock-1 - type: Item - size: Ginormous + size: Large + shape: + - 0,0,4,4 # 5x5 heldPrefix: firelock-1 - type: MultiHandedItem - type: PhysicalComposition @@ -290,7 +296,9 @@ layers: - state: junk-firelock-2 - type: Item - size: Ginormous + size: Large + shape: + - 0,0,4,4 # 5x5 heldPrefix: firelock-2 - type: MultiHandedItem - type: PhysicalComposition