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

This commit is contained in:
ShizCalev
2018-01-07 12:01:26 -05:00
committed by CitadelStationBot
parent 277320b126
commit 7956e3df27
14 changed files with 75 additions and 68 deletions
+1 -1
View File
@@ -21,7 +21,7 @@
/datum/status_effect/freon/tick()
owner.update_canmove()
if(can_melt && owner.bodytemperature >= 310.055)
if(can_melt && owner.bodytemperature >= BODYTEMP_NORMAL)
qdel(src)
/datum/status_effect/freon/on_remove()