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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user