From e1fb83f6b60559467b4dc9f299134b97bd019dd1 Mon Sep 17 00:00:00 2001 From: Kyep Date: Mon, 4 Feb 2019 07:52:26 -0800 Subject: [PATCH] fixes slime emote runtime --- code/modules/mob/living/carbon/slime/emote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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