diff --git a/Resources/Changelog/Parts/gloves.yml b/Resources/Changelog/Parts/gloves.yml new file mode 100644 index 0000000000..77ad18f183 --- /dev/null +++ b/Resources/Changelog/Parts/gloves.yml @@ -0,0 +1,4 @@ +author: Zumorica +changes: + - type: Tweak # One of the following: Add, Remove, Tweak, Fix + message: Black gloves and the captain's gloves now protect you against burn damage from replacing lightbulbs. diff --git a/Resources/Prototypes/Entities/Clothing/Hands/colored.yml b/Resources/Prototypes/Entities/Clothing/Hands/colored.yml index 4720a49182..c544615174 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/colored.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/colored.yml @@ -30,6 +30,7 @@ sprite: Clothing/Hands/Gloves/Color/black.rsi - type: Clothing sprite: Clothing/Hands/Gloves/Color/black.rsi + HeatResistance: 1400 - type: entity parent: ClothingHandsBase @@ -118,3 +119,4 @@ sprite: Clothing/Hands/Gloves/Color/yellow.rsi - type: Clothing sprite: Clothing/Hands/Gloves/Color/yellow.rsi + HeatResistance: 1400 diff --git a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml index af8bdb86c9..96abcf2142 100644 --- a/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml +++ b/Resources/Prototypes/Entities/Clothing/Hands/gloves.yml @@ -58,6 +58,7 @@ sprite: Clothing/Hands/Gloves/captain.rsi - type: Clothing sprite: Clothing/Hands/Gloves/captain.rsi + HeatResistance: 1400 - type: entity parent: ClothingHandsBase