From bdf3dde514f4a76c9f695f3083d1d0b7afa69cd6 Mon Sep 17 00:00:00 2001 From: MagmaRam Date: Wed, 12 Oct 2016 07:28:22 -0500 Subject: [PATCH] Readd bleeding from open surgery stages. --- code/modules/organs/blood.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/organs/blood.dm b/code/modules/organs/blood.dm index 0443011bcda..c8c495f6736 100644 --- a/code/modules/organs/blood.dm +++ b/code/modules/organs/blood.dm @@ -152,6 +152,9 @@ var/const/BLOOD_VOLUME_SURVIVE = 40 blood_max += max(min_eff_damage, W.damage - 30) / 30 else blood_max += W.damage / blood_loss_divisor + + if(temp.open) + blood_max += 2 //Yer stomach is cut open drip(blood_max) //Makes a blood drop, leaking amt units of blood from the mob