From 38e0183df8c7ba557c041497332d44b088b72ede Mon Sep 17 00:00:00 2001 From: datlo Date: Sat, 3 Apr 2021 21:28:33 +0200 Subject: [PATCH] Update code/modules/mob/living/carbon/human/life.dm Co-authored-by: dearmochi --- code/modules/mob/living/carbon/human/life.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index ec15c898493..32317cc2ea5 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -366,7 +366,6 @@ bodytemperature += (BODYTEMP_HEATING_MAX + (fire_stacks * 12)) /mob/living/carbon/human/proc/get_thermal_protection() - if(HAS_TRAIT(src, TRAIT_RESISTHEAT)) return FIRE_IMMUNITY_MAX_TEMP_PROTECT