diff --git a/code/modules/mob/living/carbon/human/life.dm b/code/modules/mob/living/carbon/human/life.dm index c49a130cc85..dab0f0d18f6 100644 --- a/code/modules/mob/living/carbon/human/life.dm +++ b/code/modules/mob/living/carbon/human/life.dm @@ -1044,7 +1044,7 @@ if(client || sleeping > 3) AdjustSleeping(-1) throw_alert("asleep", /obj/screen/alert/asleep) - if( prob(2) && health && !hal_crit && client ) // VOREStation edit - no snoring if SSD + if( prob(2) && health && !hal_crit && client ) spawn(0) emote("snore") //CONSCIOUS