From 7140d01336a0e28f50eebf3df2d6abd4f46c6886 Mon Sep 17 00:00:00 2001 From: Hmeister-real <118129069+Hmeister-real@users.noreply.github.com> Date: Sun, 30 Jun 2024 18:56:31 +0100 Subject: [PATCH] CE hardsuit is fireproof again (#29516) * helm fireproofing * suit fireproofing * Update hardsuit-helmets.yml * Update hardsuits.yml --- .../Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml | 2 ++ .../Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml index 398c383406..7f0c057300 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -260,6 +260,8 @@ - type: PressureProtection highPressureMultiplier: 0.08 lowPressureMultiplier: 1000 + - type: FireProtection + reduction: 0.2 #Chief Medical Officer's Hardsuit - type: entity diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index e88b184708..73020898c3 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -319,6 +319,8 @@ - type: PressureProtection highPressureMultiplier: 0.02 lowPressureMultiplier: 1000 + - type: FireProtection + reduction: 0.8 - type: ExplosionResistance damageCoefficient: 0.2 - type: Armor -- 2.51.2