Merge pull request #11282 from Fox-McCloud/atmos-defines

Atmos Define Cleanup + Plasma Tweaks
This commit is contained in:
Crazy Lemon
2019-04-10 22:18:52 -07:00
committed by GitHub
20 changed files with 97 additions and 96 deletions
@@ -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)