From 014d3a36c4bc8e634f4bc3ae72ef28f76e83737f Mon Sep 17 00:00:00 2001 From: nmajask Date: Sun, 29 Oct 2023 20:08:06 -0400 Subject: [PATCH] Added thermal insulation to flannel jackets (#21273) --- .../Prototypes/Entities/Clothing/OuterClothing/misc.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml index 0b2e6f5edc..1a5688b6a7 100644 --- a/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml +++ b/Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml @@ -289,6 +289,8 @@ color: "#670a09" - state: equipped-OUTERCLOTHING-lines color: "#000000" + - type: TemperatureProtection + coefficient: 0.3 - type: entity parent: ClothingOuterBase @@ -323,6 +325,8 @@ color: "#3232a6" - state: equipped-OUTERCLOTHING-lines color: "#000000" + - type: TemperatureProtection + coefficient: 0.3 - type: entity parent: ClothingOuterBase @@ -356,4 +360,6 @@ - state: equipped-OUTERCLOTHING color: "#164d0f" - state: equipped-OUTERCLOTHING-lines - color: "#000000" \ No newline at end of file + color: "#000000" + - type: TemperatureProtection + coefficient: 0.3 \ No newline at end of file