From 435efd7cbe3e76278433b88b2c670c77730a38e6 Mon Sep 17 00:00:00 2001 From: Jessica M Date: Tue, 20 Feb 2024 22:29:18 -0800 Subject: [PATCH] Upgrade trash bag max item size to Normal (#25241) * Upgrade trash bag size to Normal * let the belt and trash bag box hold the buffed trash bags --------- Co-authored-by: Jessica M --- Resources/Prototypes/Catalog/Fills/Boxes/general.yml | 2 +- Resources/Prototypes/Entities/Clothing/Belt/belts.yml | 1 + .../Entities/Objects/Specific/Janitorial/trashbag.yml | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml index e302ce4c20..e5b27111ff 100644 --- a/Resources/Prototypes/Catalog/Fills/Boxes/general.yml +++ b/Resources/Prototypes/Catalog/Fills/Boxes/general.yml @@ -251,7 +251,7 @@ - type: Storage grid: - 0,0,5,3 - maxItemSize: Normal + maxItemSize: Large whitelist: tags: - TrashBag diff --git a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml index 0effc02da6..b84033a787 100644 --- a/Resources/Prototypes/Entities/Clothing/Belt/belts.yml +++ b/Resources/Prototypes/Entities/Clothing/Belt/belts.yml @@ -223,6 +223,7 @@ - Plunger components: - LightReplacer + maxItemSize: Large - type: ItemMapper mapLayers: bottle: diff --git a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml index b74962d9d7..f802ae1c5c 100644 --- a/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml +++ b/Resources/Prototypes/Entities/Objects/Specific/Janitorial/trashbag.yml @@ -9,7 +9,7 @@ - state: icon-0 map: ["enum.StorageFillLayers.Fill"] - type: Storage - maxItemSize: Small + maxItemSize: Normal grid: - 0,0,7,5 quickInsert: true -- 2.51.2