mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-22 04:28:33 +01:00
Readd bleeding from open surgery stages.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user