From 897f8a744f8c5473dbcae9c1a1df4f0d25050c00 Mon Sep 17 00:00:00 2001 From: Timothy Teakettle <59849408+timothyteakettle@users.noreply.github.com> Date: Thu, 21 Jan 2021 22:39:38 +0000 Subject: [PATCH] Update overmind.dm --- code/modules/antagonists/blob/blob/overmind.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/antagonists/blob/blob/overmind.dm b/code/modules/antagonists/blob/blob/overmind.dm index 02be432045..ca7845a297 100644 --- a/code/modules/antagonists/blob/blob/overmind.dm +++ b/code/modules/antagonists/blob/blob/overmind.dm @@ -277,3 +277,7 @@ GLOBAL_LIST_EMPTY(blob_nodes) var/datum/antagonist/blob/B = mind.has_antag_datum(/datum/antagonist/blob) if(!B) 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) + . = ..()