From b48fa0195323fb0d1a704888e4da71585efe52fd Mon Sep 17 00:00:00 2001 From: Anthony Rodriguez Date: Wed, 23 Dec 2020 21:08:01 -0800 Subject: [PATCH] Adds a *squeak emote --- code/modules/mob/living/carbon/human/emote.dm | 6 ++++++ 1 file changed, 6 insertions(+) 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'