Merge pull request #43 from shellspeed1/tricord-balance

makes od deal 1/4th of damage
This commit is contained in:
quotefox
2019-10-25 17:08:27 +01:00
committed by GitHub
@@ -1103,10 +1103,10 @@
..()
/datum/reagent/medicine/tricordrazine/overdose_process(mob/living/M)
M.adjustToxLoss(2*REM, 0)
M.adjustOxyLoss(2*REM, 0)
M.adjustBruteLoss(2*REM, 0)
M.adjustFireLoss(2*REM, 0)
M.adjustToxLoss(0.5*REM, 0)
M.adjustOxyLoss(0.5*REM, 0)
M.adjustBruteLoss(0.5*REM, 0)
M.adjustFireLoss(0.5*REM, 0)
..()
. = 1