From 3b4bf8a6e543c5012b21e43fa2e6a390be371811 Mon Sep 17 00:00:00 2001 From: Cydia Date: Sun, 24 Sep 2023 21:22:31 +0300 Subject: [PATCH] fix --- code/modules/pool/components/swimming.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/pool/components/swimming.dm b/code/modules/pool/components/swimming.dm index e2c77c299da72..e7422bcc0bd6b 100644 --- a/code/modules/pool/components/swimming.dm +++ b/code/modules/pool/components/swimming.dm @@ -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("[victim] falls unconscious for a moment!") victim.Unconscious(10)