diff --git a/code/modules/mob/living/carbon/human/emote.dm b/code/modules/mob/living/carbon/human/emote.dm index acaf713e..5136edce 100644 --- a/code/modules/mob/living/carbon/human/emote.dm +++ b/code/modules/mob/living/carbon/human/emote.dm @@ -187,3 +187,9 @@ key_third_person = "chimes" message = "chimes." sound = 'sound/machines/chime.ogg' + +/datum/emote/sound/human/squeak + key = "squeak" + key_third_person = "squeaks" + message = "lets out a squeak." + sound = 'sound/effects/mousesqueek.ogg'