diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index fc6980a7891..1ded7bb398b 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -526,6 +526,8 @@ continue //skip monkeys and leavers if (istype(M, /mob/new_player)) continue + if(findtext(message,"snore")) + continue if(M.stat == 2 && M.client.ghost_sight && !(M in viewers(src,null))) M.show_message(message)