]> git.smokeofanarchy.ru Git - space-station-14.git/commitdiff
Added thermal insulation to flannel jackets (#21273)
authornmajask <nmajask@gmail.com>
Mon, 30 Oct 2023 00:08:06 +0000 (20:08 -0400)
committerGitHub <noreply@github.com>
Mon, 30 Oct 2023 00:08:06 +0000 (20:08 -0400)
Resources/Prototypes/Entities/Clothing/OuterClothing/misc.yml

index 0b2e6f5edcc0cf061081497cded693496c0af710..1a5688b6a7793c124164e279d03181113db3b0bc 100644 (file)
         color: "#670a09"
       - state: equipped-OUTERCLOTHING-lines
         color: "#000000"
+  - type: TemperatureProtection
+    coefficient: 0.3
 
 - type: entity
   parent: ClothingOuterBase
         color: "#3232a6"
       - state: equipped-OUTERCLOTHING-lines
         color: "#000000"
+  - type: TemperatureProtection
+    coefficient: 0.3
 
 - type: entity
   parent: ClothingOuterBase
       - 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