mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-23 12:07:27 +01:00
Fixes IB being applied to species who cannot bleed (#18816)
This commit is contained in:
@@ -655,7 +655,7 @@ Note that amputating the affected organ does in fact remove the infection from t
|
||||
/obj/item/organ/external/proc/cause_internal_bleeding()
|
||||
if(is_robotic())
|
||||
return
|
||||
if(HAS_TRAIT(owner, NO_BLOOD))
|
||||
if(NO_BLOOD in owner.dna.species.species_traits)
|
||||
return
|
||||
status |= ORGAN_INT_BLEEDING
|
||||
owner.custom_pain("You feel something rip in your [name]!")
|
||||
|
||||
Reference in New Issue
Block a user