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