Removes heat resist mutation check

In line with the recent adjustment to heat_resist mutation patch on the main branch
This commit is contained in:
HugoLuman
2016-04-20 15:27:22 -07:00
parent c72a6e40e7
commit f75b8b86e4
@@ -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))