From e1cc8a092799ac5b42f6c8d5b3bcd422f2e68312 Mon Sep 17 00:00:00 2001 From: 81Denton <32391752+81Denton@users.noreply.github.com> Date: Mon, 10 Sep 2018 07:50:26 +0200 Subject: [PATCH] increases toxloss to 4 --- 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 ba2521f0e99..ad025506914 100644 --- a/code/modules/mob/living/carbon/life.dm +++ b/code/modules/mob/living/carbon/life.dm @@ -630,7 +630,7 @@ GLOBAL_LIST_INIT(ballmer_windows_me_msg, list("Yo man, what if, we like, uh, put reagents.metabolize(src, can_overdose=FALSE, liverless = TRUE) if(has_trait(TRAIT_STABLEHEART)) return - adjustToxLoss(2.5, TRUE, TRUE) //slightly more than charcoal, anti-toxin or pentetic acid can heal + adjustToxLoss(4, TRUE, TRUE) if(prob(30)) to_chat(src, "You feel a stabbing pain in your abdomen!")