diff --git a/code/modules/mob/living/carbon/slime/emote.dm b/code/modules/mob/living/carbon/slime/emote.dm index 89a48096b23..a07f1ba3b2e 100644 --- a/code/modules/mob/living/carbon/slime/emote.dm +++ b/code/modules/mob/living/carbon/slime/emote.dm @@ -92,7 +92,7 @@ to_chat(src, "Unusable emote '[act]'. Say *help for a list.") if((message && stat == CONSCIOUS)) if(client) - log_emote("[name]/[key] : [message]") + log_emote("[name]/[key] : [message]", src) if(m_type & 1) visible_message(message) else