From 626ab0fb2b13616cf7e7be60ddb063dd8be44d2b Mon Sep 17 00:00:00 2001 From: LiteralMushroom <79603707+LiteralMushroom@users.noreply.github.com> Date: Mon, 9 May 2022 19:29:32 -0400 Subject: [PATCH] why are these --- code/modules/mob/living/carbon/human/emote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index 3015d1edc3..4fb52f31c3 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -6,7 +6,7 @@ /datum/emote/living/carbon/human/cry/run_emote(mob/user, params) . = ..() - if(. && isipcperson(user)) + if(. && isrobotic(user)) do_fake_sparks(5,FALSE,user) /datum/emote/living/carbon/human/dap