From 59d2608fbb1d6b3d01cb017afe8070cb6c234796 Mon Sep 17 00:00:00 2001 From: MagmaRam Date: Tue, 11 Oct 2016 22:28:57 -0500 Subject: [PATCH] Bruises now bleed at a much higher damage threshold. --- code/modules/organs/wound.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/organs/wound.dm b/code/modules/organs/wound.dm index 4c2538f703c..060f1f045e0 100644 --- a/code/modules/organs/wound.dm +++ b/code/modules/organs/wound.dm @@ -335,7 +335,7 @@ datum/wound/puncture/massive stages = list("monumental bruise" = 80, "huge bruise" = 50, "large bruise" = 30, "moderate bruise" = 20, "small bruise" = 10, "tiny bruise" = 5) bleed_threshold = 20 - max_bleeding_stage = 3 //only large bruise and above can bleed. + max_bleeding_stage = 2 //only huge bruise and above can bleed. autoheal_cutoff = 30 damage_type = BRUISE