mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-07-20 20:54:35 +01:00
[MIRROR] Heart surgery is real (#9081)
Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: CHOMPStation2 <chompsation2@gmail.com>
This commit is contained in:
@@ -85,7 +85,10 @@ var/const/CE_STABLE_THRESHOLD = 0.5
|
||||
if(species && should_have_organ(O_HEART))
|
||||
var/obj/item/organ/internal/heart/heart = internal_organs_by_name[O_HEART]
|
||||
|
||||
if(!heart)
|
||||
if(has_modifier_of_type(/datum/modifier/bloodpump))
|
||||
blood_volume_raw *= 1
|
||||
blood_volume *= 1
|
||||
else if(!heart)
|
||||
blood_volume_raw = 0
|
||||
blood_volume = 0
|
||||
else if(heart.is_broken())
|
||||
|
||||
Reference in New Issue
Block a user