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 1/2] 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 From e59824fe26e74e83d692e29ccffa7973793fc780 Mon Sep 17 00:00:00 2001 From: LiteralMushroom <79603707+LiteralMushroom@users.noreply.github.com> Date: Mon, 9 May 2022 19:32:13 -0400 Subject: [PATCH 2/2] in different files? --- code/modules/mob/living/emote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index cfebacb977..99396ca09e 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -5,7 +5,7 @@ /datum/emote/living/blush/run_emote(mob/user, params) . = ..() - if(. && isipcperson(user)) + if(. && isrobotic(user)) do_fake_sparks(5,FALSE,user) /datum/emote/living/bow