mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 20:16:55 +01:00
Open incisions in surgery now bleed until closed or clamped.
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user