From 9b55e47969ba17e52411a16b761de4407b9dc830 Mon Sep 17 00:00:00 2001 From: GDN <96800819+GDNgit@users.noreply.github.com> Date: Fri, 17 Feb 2023 16:36:30 -0600 Subject: [PATCH] fixes the kidian click emote (#20363) --- code/modules/mob/living/carbon/human/human_emote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/carbon/human/human_emote.dm b/code/modules/mob/living/carbon/human/human_emote.dm index 27a50998b69..bfafb660ef5 100644 --- a/code/modules/mob/living/carbon/human/human_emote.dm +++ b/code/modules/mob/living/carbon/human/human_emote.dm @@ -598,7 +598,7 @@ message = "clicks their mandibles." message_param = "clicks their mandibles at %t." // Credit to DrMinky (freesound.org) for the sound. - sound = "sound/effects/Kidanclack2.ogg" + sound = "sound/effects/kidanclack2.ogg" /datum/emote/living/carbon/human/drask_talk species_type_whitelist_typecache = list(/datum/species/drask)