From e119d801aecdb51de3e0f0b2267a904d3c2a054f Mon Sep 17 00:00:00 2001 From: Morb0 <14136326+Morb0@users.noreply.github.com> Date: Sat, 4 Nov 2023 12:48:27 +0300 Subject: [PATCH] Fix backpacks capacity --- .../Prototypes/Corvax/Entities/Clothing/Back/backpacks.yml | 6 +++--- .../Prototypes/Corvax/Entities/Clothing/Back/duffel.yml | 4 +--- .../Prototypes/Corvax/Entities/Clothing/Back/satchel.yml | 4 +--- 3 files changed, 5 insertions(+), 9 deletions(-) diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Corvax/Entities/Clothing/Back/backpacks.yml index 5486b0e5277..f40d8ad8207 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/Back/backpacks.yml @@ -7,7 +7,7 @@ - type: Sprite sprite: Corvax/Back/Backpacks/military.rsi - type: Storage - capacity: 131 + maxTotalWeight: 131 - type: entity parent: ClothingBackpack @@ -18,7 +18,7 @@ - type: Sprite sprite: Corvax/Back/Backpacks/deathsquad-backpack.rsi - type: Storage - capacity: 300 + maxTotalWeight: 300 - type: entity parent: ClothingBackpack @@ -29,4 +29,4 @@ - type: Sprite sprite: Corvax/Back/Backpacks/ce.rsi - type: Storage - capacity: 100 \ No newline at end of file + maxTotalWeight: 100 diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml index 1ed4cdcae02..972eb60032b 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/Back/duffel.yml @@ -7,7 +7,7 @@ - type: Sprite sprite: Corvax/Back/Duffels/military.rsi - type: Storage - capacity: 200 + maxTotalWeight: 200 - type: entity parent: ClothingBackpackDuffel @@ -17,5 +17,3 @@ components: - type: Sprite sprite: Corvax/Back/Duffels/ce.rsi - - type: Storage - capacity: 120 \ No newline at end of file diff --git a/Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml index 28e790aaa99..b607568f06e 100644 --- a/Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Corvax/Entities/Clothing/Back/satchel.yml @@ -7,7 +7,7 @@ - type: Sprite sprite: Corvax/Back/Satchels/military.rsi - type: Storage - capacity: 131 + maxTotalWeight: 131 - type: entity parent: ClothingBackpackSatchel @@ -18,5 +18,3 @@ - type: Sprite sprite: Corvax/Back/Satchels/ce.rsi state: icon - - type: Storage - capacity: 100 \ No newline at end of file