mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-30 15:37:36 +01:00
tweak
This commit is contained in:
@@ -114,7 +114,7 @@
|
||||
|
||||
/datum/reagent/medicine/cryoxadone/on_mob_life(mob/living/M)
|
||||
var/update_flags = STATUS_UPDATE_NONE
|
||||
if(M.bodytemperature < 265)
|
||||
if(M.bodytemperature < TCRYO)
|
||||
update_flags |= M.adjustCloneLoss(-4, FALSE)
|
||||
update_flags |= M.adjustOxyLoss(-10, FALSE)
|
||||
update_flags |= M.adjustToxLoss(-3, FALSE)
|
||||
|
||||
Reference in New Issue
Block a user