From 966f78f1ab13e1b69858d9f9d924d86faadcde66 Mon Sep 17 00:00:00 2001 From: cib Date: Wed, 21 Nov 2012 20:51:57 +0100 Subject: [PATCH] Fixes #1993 Bleeders now stay dead after being killed by blood loss.. --- code/modules/mob/living/carbon/human/life.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index e52f2d133e8..b6a31f764e0 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -187,6 +187,7 @@ var/word = pick("dizzy","woosey","faint") src << "\red You feel extremely [word]" if(0 to 122) + toxloss += 200 death()