From 4d1f93660f2d186291ae7b9dfc869be6bb250683 Mon Sep 17 00:00:00 2001 From: cebutris Date: Thu, 22 Feb 2018 15:43:02 -0500 Subject: [PATCH] Toxin lovers properly take toxin damage from liver failure (#35901) * Toxin lovers properly take toxin damage from liver failiure * Makes it forced instead of checking for toxinlover --- code/modules/mob/living/carbon/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/life.dm b/code/modules/mob/living/carbon/life.dm index 6375950d34..21689f085e 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -439,7 +439,7 @@ if(reagents.get_reagent_amount("corazone"))//corazone is processed here an not in the liver because a failing liver can't metabolize reagents reagents.remove_reagent("corazone", 0.4) //corazone slowly deletes itself. return - adjustToxLoss(8) + adjustToxLoss(8, TRUE, TRUE) if(prob(30)) to_chat(src, "You feel confused and nauseous...")//actual symptoms of liver failure