mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-22 04:30:44 +01:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user