makes people bleed real good

This commit is contained in:
Yoshax
2016-09-09 02:21:10 +01:00
parent e81ccd608f
commit c5121cf4e7

View File

@@ -129,7 +129,7 @@ var/const/BLOOD_VOLUME_SURVIVE = 40
if(!(temp.status & ORGAN_BLEEDING) || (temp.robotic >= ORGAN_ROBOT))
continue
for(var/datum/wound/W in temp.wounds) if(W.bleeding())
blood_max += W.damage / 40
blood_max += W.damage / 20
if (temp.open)
blood_max += 2 //Yer stomach is cut open
drip(blood_max)