From: Jessica M Date: Wed, 21 Feb 2024 06:29:18 +0000 (-0800) Subject: Upgrade trash bag max item size to Normal (#25241) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=435efd7cbe3e76278433b88b2c670c77730a38e6;p=space-station-14.git 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 --- 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