Open incisions in surgery now bleed until closed or clamped.

This commit is contained in:
Chinsky
2013-03-14 04:23:07 +04:00
parent b906a22192
commit f8ae612991
2 changed files with 8 additions and 0 deletions
@@ -223,6 +223,8 @@ var/const/BLOOD_VOLUME_SURVIVE = 122
blood_max += W.damage / 4
if(temp.status & ORGAN_DESTROYED && !(temp.status & ORGAN_GAUZED) && !temp.amputated)
blood_max += 20 //Yer missing a fucking limb.
if (temp.open)
blood_max += 2 //Yer stomach is cut open
drip(blood_max)
proc/handle_disabilities()