From cc0a1e528cf3a1cc96df27c83cfed72c9cade6bf Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Thu, 19 Dec 2024 03:10:43 +0000 Subject: [PATCH 1/2] buff ore box (#2468) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Prototypes/Entities/Structures/Storage/ore_box.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Structures/Storage/ore_box.yml b/Resources/Prototypes/Entities/Structures/Storage/ore_box.yml index c4360da16f3..a22f6cb440e 100644 --- a/Resources/Prototypes/Entities/Structures/Storage/ore_box.yml +++ b/Resources/Prototypes/Entities/Structures/Storage/ore_box.yml @@ -53,7 +53,7 @@ False: { visible: true } - type: Storage grid: - - 0,0,9,5 + - 0,0,19,9 # DeltaV: Expanded to ore bag of holding storage maxItemSize: Normal storageOpenSound: /Audio/Effects/closetopen.ogg storageCloseSound: /Audio/Effects/closetclose.ogg From 1f0745946d79ccac00927b2244b6a2a80e715761 Mon Sep 17 00:00:00 2001 From: Dvir Date: Sat, 28 Dec 2024 19:46:26 +0200 Subject: [PATCH 2/2] Update plant_box.yml --- .../Prototypes/_NF/Entities/Structures/Storage/plant_box.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/_NF/Entities/Structures/Storage/plant_box.yml b/Resources/Prototypes/_NF/Entities/Structures/Storage/plant_box.yml index 0f6aaca188a..1eb74a27a90 100644 --- a/Resources/Prototypes/_NF/Entities/Structures/Storage/plant_box.yml +++ b/Resources/Prototypes/_NF/Entities/Structures/Storage/plant_box.yml @@ -51,7 +51,7 @@ False: { visible: true } - type: Storage grid: - - 0,0,9,5 + - 0,0,19,9 maxItemSize: Normal storageOpenSound: /Audio/Effects/closetopen.ogg storageCloseSound: /Audio/Effects/closetclose.ogg