From 9b1ff3f4c3f844f22f4fab939d78f13ba537d09e Mon Sep 17 00:00:00 2001 From: 4dplanner <3combined@gmail.com> Date: Mon, 4 Feb 2019 16:42:01 +0000 Subject: [PATCH] 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 --- code/modules/reagents/chemistry/reagents/medicine_reagents.dm | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm index 93cce91cbc4..55efd5daa6f 100644 --- a/code/modules/reagents/chemistry/reagents/medicine_reagents.dm +++ b/code/modules/reagents/chemistry/reagents/medicine_reagents.dm @@ -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