From cd6130ce2246cb46bb298e984e307472826aa017 Mon Sep 17 00:00:00 2001 From: Hyper B <137433177+HyperB1@users.noreply.github.com> Date: Sun, 20 Apr 2025 19:06:14 +0500 Subject: [PATCH] Fire protection for ERT engineering hardsuit (#34949) --- .../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 eafd384864..acb1db120d 100644 --- a/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml +++ b/Resources/Prototypes/Entities/Clothing/Head/hardsuit-helmets.yml @@ -643,6 +643,8 @@ sprite: Clothing/Head/Hardsuits/ERThelmets/ertengineer.rsi - type: PointLight color: "#f4ffad" + - type: FireProtection + reduction: 0.2 - type: Armor modifiers: coefficients: diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml index 2c453ad16c..f3edb201e4 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/hardsuits.yml @@ -855,6 +855,8 @@ sprite: Clothing/OuterClothing/Hardsuits/ERTSuits/ertengineer.rsi - type: ToggleableClothing clothingPrototype: ClothingHeadHelmetHardsuitERTEngineer + - type: FireProtection + reduction: 0.8 #ERT Medic Hardsuit - type: entity -- 2.51.2