From 2ded8b5df4ef7f3d1505a4f657cc50ff213906fb Mon Sep 17 00:00:00 2001 From: Tryded <139474617+Tryded@users.noreply.github.com> Date: Tue, 21 May 2024 04:13:12 -0500 Subject: [PATCH] Fix DeltaV Armors not having AllowSuitStorage (#1227) Add AllowSuitStorage to armors --- .../DeltaV/Entities/Clothing/OuterClothing/armor.yml | 3 +++ .../DeltaV/Entities/Clothing/OuterClothing/coats.yml | 3 +++ .../DeltaV/Entities/Clothing/OuterClothing/hardsuits.yml | 4 ++++ .../DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml | 2 ++ 4 files changed, 12 insertions(+) diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/armor.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/armor.yml index 80a06dfb39..0c35fb6dca 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/armor.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/armor.yml @@ -21,6 +21,7 @@ sprintModifier: 0.90 - type: ExplosionResistance # More protective against explosives than you think. Helps in preventing all those vital organs from jiggling around o.o damageCoefficient: 0.70 + - type: AllowSuitStorage #Alternate / slim basic armor vest replacement - type: entity @@ -42,6 +43,7 @@ Heat: 0.90 - type: ExplosionResistance # Better than nothing against a blast or shockwave. damageCoefficient: 0.90 + - type: AllowSuitStorage - type: entity parent: ClothingOuterBaseLarge @@ -66,3 +68,4 @@ - type: ExplosionResistance # Almost as good as a plate carrier! Still not going to save you from most bombs though. damageCoefficient: 0.80 - type: GroupExamine + - type: AllowSuitStorage diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml index e0a38b169f..7d344926bd 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/coats.yml @@ -34,6 +34,7 @@ Slash: 0.8 Piercing: 0.8 Heat: 0.8 + - type: AllowSuitStorage - type: entity parent: ClothingOuterStorageBase @@ -72,6 +73,7 @@ Slash: 0.85 Piercing: 0.85 Heat: 0.75 + - type: AllowSuitStorage - type: entity parent: ClothingOuterStorageBase @@ -110,6 +112,7 @@ Slash: 0.95 Piercing: 0.95 Heat: 0.75 + - type: AllowSuitStorage #Syndicate Windbreaker, so gun. - type: entity parent: ClothingOuterStorageBase diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/hardsuits.yml index d345110877..408b741838 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/hardsuits.yml @@ -28,6 +28,7 @@ sprintModifier: 0.75 - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitCombatStandard + - type: AllowSuitStorage - type: entity parent: ClothingOuterHardsuitCombatStandard @@ -72,6 +73,7 @@ sprintModifier: 0.85 - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitCombatMedical + - type: AllowSuitStorage - type: entity parent: ClothingOuterHardsuitCombatMedical @@ -116,6 +118,7 @@ sprintModifier: 0.65 - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitCombatRiot + - type: AllowSuitStorage - type: entity parent: ClothingOuterHardsuitCombatRiot @@ -160,6 +163,7 @@ sprintModifier: 0.80 - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitCombatAdvanced + - type: AllowSuitStorage - type: entity parent: ClothingOuterHardsuitCombatAdvanced diff --git a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml index 2b881be52d..0d9bb7e119 100644 --- a/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml +++ b/Resources/Prototypes/DeltaV/Entities/Clothing/OuterClothing/wintercoats.yml @@ -15,6 +15,7 @@ Slash: 0.7 Piercing: 0.4 #Stronger than the warden's armored jacket, because shenanigans and CC spends alot of money. Heat: 0.75 + - type: AllowSuitStorage - type: entity parent: ClothingOuterWinterCoat @@ -55,3 +56,4 @@ Slash: 0.85 Piercing: 0.85 Heat: 0.75 + - type: AllowSuitStorage