Update code/modules/surgery/organs/lungs.dm

Co-authored-by: SabreML <57483089+SabreML@users.noreply.github.com>
This commit is contained in:
Exavere
2021-09-21 11:34:38 -05:00
committed by GitHub
co-authored by SabreML
parent 23e4357e4d
commit e0df52c918
+1 -1
View File
@@ -76,7 +76,7 @@
owner.emote("cough") //respitory tract infection
if(is_bruised())
if(prob(2) && !(owner && (NO_BLOOD in owner.dna.species.species_traits)))
if(prob(2) && !(NO_BLOOD in owner.dna.species.species_traits))
owner.custom_emote(1, "coughs up blood!")
owner.bleed(1)
if(prob(4))