Corrects inconsistent usage of 310.055, 310.15, & 310 as body temp

This commit is contained in:
ShizCalev
2018-01-07 11:02:49 -06:00
committed by CitadelStationBot
parent 277320b126
commit 7956e3df27
14 changed files with 75 additions and 68 deletions
@@ -44,7 +44,7 @@
return ..()
/mob/living/carbon/monkey/handle_breath_temperature(datum/gas_mixture/breath)
if(abs(310.15 - breath.temperature) > 50)
if(abs(BODYTEMP_NORMAL - breath.temperature) > 50)
switch(breath.temperature)
if(-INFINITY to 120)
adjustFireLoss(3)