From ef3769136b37b61e24908e13993703def3f6aff9 Mon Sep 17 00:00:00 2001 From: Heroman Date: Sun, 5 Feb 2023 09:39:05 +1000 Subject: [PATCH] Small typing fix --- code/modules/emotes/definitions/audible_furry_vr.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/emotes/definitions/audible_furry_vr.dm b/code/modules/emotes/definitions/audible_furry_vr.dm index 385759bc8da..a7b1ce6e6c1 100644 --- a/code/modules/emotes/definitions/audible_furry_vr.dm +++ b/code/modules/emotes/definitions/audible_furry_vr.dm @@ -123,7 +123,7 @@ /decl/emote/audible/croak key = "croak" emote_message_3p = "rumbles their throat, puffs their cheeks and croaks." - emote_sound = 'sound/voice/Croak.ogg' + emote_sound = 'sound/voice/croak.ogg' /decl/emote/audible/gao key = "gao" emote_message_3p = "lets out a gao."