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 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