From dec6e4cd89d5cc0218ae51f2e63ca8edb7931de2 Mon Sep 17 00:00:00 2001 From: Cluwnes Honk Date: Fri, 27 Dec 2013 15:45:27 -0800 Subject: [PATCH] Makes ninja gloves heat resistant. Ninjas will no longer burn their hands on mere lights. --- code/modules/clothing/gloves/ninja.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/clothing/gloves/ninja.dm b/code/modules/clothing/gloves/ninja.dm index 15e7c40c3b3..870324f7159 100644 --- a/code/modules/clothing/gloves/ninja.dm +++ b/code/modules/clothing/gloves/ninja.dm @@ -15,6 +15,10 @@ icon_state = "s-ninja" item_state = "s-ninja" siemens_coefficient = 0 + cold_protection = HANDS + min_cold_protection_temperature = GLOVES_MIN_TEMP_PROTECT + heat_protection = HANDS + max_heat_protection_temperature = GLOVES_MAX_TEMP_PROTECT var/draining = 0 var/candrain = 0 var/mindrain = 200