Merge pull request #12592 from timothyteakettle/felinids-nya-when-tabled

felinids nya when tabled
This commit is contained in:
silicons
2020-06-25 18:33:34 -07:00
committed by GitHub

View File

@@ -134,6 +134,8 @@
if(!ishuman(pushed_mob))
return
var/mob/living/carbon/human/H = pushed_mob
if(iscatperson(H))
H.emote("nya")
SEND_SIGNAL(H, COMSIG_ADD_MOOD_EVENT, "table", /datum/mood_event/table)
/obj/structure/table/shove_act(mob/living/target, mob/living/user)