Corrects inconsistent usage of 310.055, 310.15, & 310 as body temp
This commit is contained in:
committed by
CitadelStationBot
parent
277320b126
commit
7956e3df27
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user