Fixes compilation error

Removes extraneous (
This commit is contained in:
HugoLuman
2016-04-20 16:13:25 -07:00
parent f75b8b86e4
commit 942dfd1feb
@@ -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))