From ca9292f6fd01214564e9203eef32d3fc7b061639 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Thu, 21 Jan 2021 22:45:46 +0000 Subject: [PATCH] Update overmind.dm --- code/modules/antagonists/blob/blob/overmind.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/antagonists/blob/blob/overmind.dm b/code/modules/antagonists/blob/blob/overmind.dm index ca7845a297..18f6817ec9 100644 --- a/code/modules/antagonists/blob/blob/overmind.dm +++ b/code/modules/antagonists/blob/blob/overmind.dm @@ -279,5 +279,5 @@ GLOBAL_LIST_EMPTY(blob_nodes) mind.add_antag_datum(/datum/antagonist/blob) //the same but it's forced to be allowed by default as cameras usually don't allow emoting -/mob/camera/emote(act, m_type=1, message = null, intentional = FALSE, forced = TRUE) +/mob/camera/blob/emote(act, m_type=1, message = null, intentional = FALSE, forced = TRUE) . = ..()