diff --git a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml index 6bdcc80517..51b9b2e828 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/backpacks.yml @@ -264,7 +264,7 @@ size: Ginormous - type: Storage maxItemSize: Huge - maxTotalWeight: 56 #14 normal-sized items. + maxTotalWeight: 200 #5 duffels worth of gear - type: entity parent: ClothingBackpackClown diff --git a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml index 3b153971f1..1562eda95e 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/duffel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/duffel.yml @@ -231,7 +231,7 @@ size: Ginormous - type: Storage maxItemSize: Huge - maxTotalWeight: 56 #14 normal-sized items. + maxTotalWeight: 200 #5 duffels worth of gear - type: ClothingSpeedModifier sprintModifier: 1 # makes its stats identical to other variants of bag of holding diff --git a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml index 31756d5310..dcb723393b 100644 --- a/Resources/Prototypes/Entities/Clothing/Back/satchel.yml +++ b/Resources/Prototypes/Entities/Clothing/Back/satchel.yml @@ -171,4 +171,4 @@ size: Ginormous - type: Storage maxItemSize: Huge - maxTotalWeight: 56 #14 normal-sized items. + maxTotalWeight: 200 #5 duffels worth of gear