diff --git a/code/modules/mob/hear_say.dm b/code/modules/mob/hear_say.dm index 4740545ee26..7a67345bc6c 100644 --- a/code/modules/mob/hear_say.dm +++ b/code/modules/mob/hear_say.dm @@ -85,7 +85,7 @@ if(!client) return - if(sleeping || stat == DEAD) //If unconscious or sleeping + if(sleeping || stat == UNCONSCIOUS) //If unconscious or sleeping hear_sleep(message) return