diff --git a/code/modules/mob/living/carbon/human/species/drask.dm b/code/modules/mob/living/carbon/human/species/drask.dm index e3b90f2714a..d42e9a7f405 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) + if( abs(310.15 - breath.temperature) > 50) if(H.status_flags & GODMODE) return 1 //godmode if(breath.temperature < 260) if(prob(20))