From 23e4357e4d4f0695ac05fcc75b63aabd05284022 Mon Sep 17 00:00:00 2001 From: Exavere Date: Mon, 20 Sep 2021 20:07:12 -0500 Subject: [PATCH] Making Plasmamen not emote "coughs up blood" --- code/modules/surgery/organs/lungs.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/surgery/organs/lungs.dm b/code/modules/surgery/organs/lungs.dm index 8250665d587..e23f0412d34 100644 --- a/code/modules/surgery/organs/lungs.dm +++ b/code/modules/surgery/organs/lungs.dm @@ -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))