Merge pull request #15615 from LiteralMushroom/patch-6

Makes it so synths spark when they *blush or *cry, instead of just IPCs.
This commit is contained in:
Lin
2022-05-12 20:11:45 +00:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
@@ -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
+1 -1
View File
@@ -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