Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
CydiaLamiales committed Sep 24, 2023
1 parent 2aa7958 commit 3b4bf8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/pool/components/swimming.dm
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@
victim.emote("cough")
else if(prob(25))
victim.emote("gasp")
if(ticks_drowned > 20)
if(ticks_drowned > 20 && victim.stat < DEAD)
if(prob(10))
victim.visible_message("<span class='warning'>[victim] falls unconscious for a moment!</span>")
victim.Unconscious(10)
Expand Down

0 comments on commit 3b4bf8a

Please sign in to comment.