Making Plasmamen not emote "coughs up blood"

This commit is contained in:
Exavere
2021-09-20 20:07:12 -05:00
parent b95bff0d12
commit 23e4357e4d
+1 -1
View File
@@ -76,7 +76,7 @@
owner.emote("cough") //respitory tract infection
if(is_bruised())
if(prob(2))
if(prob(2) && !(owner && (NO_BLOOD in owner.dna.species.species_traits)))
owner.custom_emote(1, "coughs up blood!")
owner.bleed(1)
if(prob(4))