From 670f7459d0fd722d756db8adaded6838963679fa Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Sun, 5 Nov 2023 23:45:43 +0000 Subject: [PATCH] fix susbox slots (#21435) * fix unfilled susbox slots * small susbox cleanup --------- Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../Catalog/Fills/Items/toolboxes.yml | 21 ++++++++----------- .../Entities/Objects/Tools/toolbox.yml | 3 ++- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml index bc9485d7f0..3b01b73db4 100644 --- a/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml +++ b/Resources/Prototypes/Catalog/Fills/Items/toolboxes.yml @@ -81,23 +81,20 @@ prob: 0.5 - type: entity + parent: ToolboxSyndicate id: ToolboxSyndicateFilled - name: suspicious toolbox suffix: Filled - parent: ToolboxSyndicate components: - - type: Storage - maxSlots: 8 - type: StorageFill contents: - - id: Crowbar - - id: Wrench - - id: Screwdriver - - id: Wirecutter - - id: Welder - - id: Multitool - - id: ClothingHandsGlovesCombat - - id: ClothingMaskGasSyndicate + - id: Crowbar + - id: Wrench + - id: Screwdriver + - id: Wirecutter + - id: Welder + - id: Multitool + - id: ClothingHandsGlovesCombat + - id: ClothingMaskGasSyndicate - type: entity id: ToolboxGoldFilled diff --git a/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml b/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml index f4149b5a6a..0acc760a57 100644 --- a/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml +++ b/Resources/Prototypes/Entities/Objects/Tools/toolbox.yml @@ -117,7 +117,8 @@ sprite: Objects/Tools/Toolboxes/toolbox_syn.rsi - type: Storage maxItemSize: Huge - maxTotalWeight: 28 + maxSlots: 8 + maxTotalWeight: 32 - type: MeleeWeapon damage: types: -- 2.51.2