From f75b8b86e4e48e1352b5f38e1bc31e5d55997a91 Mon Sep 17 00:00:00 2001 From: HugoLuman Date: Wed, 20 Apr 2016 15:27:22 -0700 Subject: [PATCH] Removes heat resist mutation check In line with the recent adjustment to heat_resist mutation patch on the main branch --- code/modules/mob/living/carbon/human/species/drask.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/species/drask.dm b/code/modules/mob/living/carbon/human/species/drask.dm index 53520a93392..e3b90f2714a 100644 --- a/code/modules/mob/living/carbon/human/species/drask.dm +++ b/code/modules/mob/living/carbon/human/species/drask.dm @@ -57,7 +57,7 @@ /datum/species/drask/handle_temperature(datum/gas_mixture/breath, var/mob/living/carbon/human/H) - if( (abs(310.15 - breath.temperature) > 50) && !(RESIST_HEAT in H.mutations)) + if( (abs(310.15 - breath.temperature) > 50) if(H.status_flags & GODMODE) return 1 //godmode if(breath.temperature < 260) if(prob(20))