Merge pull request #16756 from Exavere/coughing_blood_is_bad_okay

Adds NO_BLOOD check to coughing up blood from damaged lungs.
This commit is contained in:
variableundefined
2021-09-26 21:09:40 -05:00
committed by GitHub
+1 -1
View File
@@ -76,7 +76,7 @@
owner.emote("cough") //respitory tract infection
if(is_bruised())
if(prob(2))
if(prob(2) && !(NO_BLOOD in owner.dna.species.species_traits))
owner.custom_emote(1, "coughs up blood!")
owner.bleed(1)
if(prob(4))