Skip to content

Commit

Permalink
tones down hurt lung emotes by 90%
Browse files Browse the repository at this point in the history
  • Loading branch information
GrrrKitten committed Jul 7, 2024
1 parent dd9fede commit 45fcfeb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion code/modules/organs/organ_internal.dm
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,9 @@
return
if(organ_status >= ORGAN_BRUISED)
if(prob(5))
owner.emote(pick("bloodcough", "gasp", "wheeze"))
owner.losebreath += 15
if(prob(10))
owner.emote(pick("bloodcough", "gasp", "wheeze"))
if(organ_status >= ORGAN_BROKEN)
if(prob(12))
owner.emote("badlung")
Expand Down

0 comments on commit 45fcfeb

Please sign in to comment.