From 5965561c4efffb7f06d76ef2cb5ff90ca20ba465 Mon Sep 17 00:00:00 2001 From: Tom <8881105+tf-4@users.noreply.github.com> Date: Tue, 4 Apr 2023 04:47:07 +0100 Subject: [PATCH] restore blush sound (#20308) --- modular_skyrat/modules/emotes/code/emotes.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modular_skyrat/modules/emotes/code/emotes.dm b/modular_skyrat/modules/emotes/code/emotes.dm index b490cd9e4e2..e7db2184053 100644 --- a/modular_skyrat/modules/emotes/code/emotes.dm +++ b/modular_skyrat/modules/emotes/code/emotes.dm @@ -17,6 +17,9 @@ /datum/emote/living/custom/check_cooldown(mob/user, intentional) return TRUE +/datum/emote/living/blush + sound = 'modular_skyrat/modules/emotes/sound/emotes/blush.ogg' + /datum/emote/living/quill key = "quill" key_third_person = "quills"