From 19d24a0bb0f428095ecd18b25f1cc41a0be223c0 Mon Sep 17 00:00:00 2001 From: Fox McCloud Date: Fri, 20 Jul 2018 16:14:16 -0400 Subject: [PATCH] IPC emote fix --- code/modules/mob/living/carbon/human/emote.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index 0ac25c11bea..c1eb8641820 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -32,6 +32,7 @@ var/found_machine_head = FALSE if(ismachine(src)) //Only Machines can beep, ping, and buzz, yes, no, and make a silly sad trombone noise. on_CD = handle_emote_CD() //proc located in code\modules\mob\emote.dm + found_machine_head = TRUE else var/obj/item/organ/external/head/H = get_organ("head") // If you have a robotic head, you can make beep-boop noises if(H && H.is_robotic())