From c33c9e06d9a8dcf84896d44be386cbf9059b2f4c 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 469229a899c..7e4f615af6b 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -435,7 +435,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