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