mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 11:05:03 +01:00
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:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user