From 361b8798bac74a15976ae7d6886468406cd9be0b Mon Sep 17 00:00:00 2001 From: TheFurryFeline <38586851+TheFurryFeline@users.noreply.github.com> Date: Wed, 12 May 2021 19:59:42 -0400 Subject: [PATCH] Stop SSD Snoring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Up-port https://github.com/VOREStation/VOREStation/pull/10313. Reduces chat log spam potential. 🆑 tweak - Stop Snore if SSD /🆑 --- code/modules/mob/living/carbon/human/life.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index 55d1e55c03..27e6c0c0dd 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1028,7 +1028,7 @@ if(client || sleeping > 3) AdjustSleeping(-1) throw_alert("asleep", /obj/screen/alert/asleep) - if( prob(2) && health && !hal_crit ) + if( prob(2) && health && !hal_crit && client ) spawn(0) emote("snore") //CONSCIOUS