From 5747eb5fac0106889ddbc1e39e925c1590b44455 Mon Sep 17 00:00:00 2001 From: PrPleGoo Date: Fri, 6 Mar 2020 20:10:52 +0100 Subject: [PATCH] =?UTF-8?q?Leather=20gloves=20now=20have=20HeatResistance?= =?UTF-8?q?=20at=20the=20default=20heat=20of=20bu=E2=80=A6=20(#784)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Leather gloves now have HeatResistance at the default heat of bulbs. * Remove trailing whitespace * Changed Leather gloves to Botanist's leather gloves * Fixed quotes and removed Heat Resistance from glubs --- Resources/Prototypes/Entities/items/clothing/gloves.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Resources/Prototypes/Entities/items/clothing/gloves.yml b/Resources/Prototypes/Entities/items/clothing/gloves.yml index a6b84530c3..2a6001bca3 100644 --- a/Resources/Prototypes/Entities/items/clothing/gloves.yml +++ b/Resources/Prototypes/Entities/items/clothing/gloves.yml @@ -456,8 +456,8 @@ - type: entity parent: GlovesBase id: GlovesLeather - name: Leather gloves - description: '' + name: 'Botanist''s leather gloves' + description: 'These leather gloves protect against thorns, barbs, prickles, spikes and other harmful objects of floral origin. They''re also quite warm.' components: - type: Sprite sprite: Clothing/Gloves/leather.rsi @@ -465,6 +465,7 @@ sprite: Clothing/Gloves/leather.rsi - type: Clothing sprite: Clothing/Gloves/leather.rsi + HeatResistance: 1400 - type: entity parent: GlovesBase @@ -776,5 +777,4 @@ - type: Icon sprite: Clothing/Gloves/yellow.rsi - type: Clothing - HeatResistance: 1500 sprite: Clothing/Gloves/yellow.rsi