Bruises now bleed at a much higher damage threshold.

This commit is contained in:
MagmaRam
2016-10-11 22:28:57 -05:00
parent cab561ef78
commit 59d2608fbb
+1 -1
View File
@@ -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