Rebalances perfluorodecalin (#42528)

* Reduces toxin damage and increases metabolisation rate of
perfluorodecalin

* Adjusts to 0.3 toxloss, no brute + burn healing

* Boosts metabolisation rate back up to original
This commit is contained in:
4dplanner
2019-02-04 11:42:01 -05:00
committed by moo
parent 0d80f5589b
commit 9b1ff3f4c3
@@ -535,9 +535,7 @@
/datum/reagent/medicine/perfluorodecalin/on_mob_life(mob/living/carbon/human/M)
M.adjustOxyLoss(-12*REM, 0)
M.adjustToxLoss(2.5*REM, 0)
M.adjustBruteLoss(-0.5*REM, 0)
M.adjustFireLoss(-0.5*REM, 0)
M.adjustToxLoss(0.3*REM, 0)
..()
return TRUE