diff --git a/modular_splurt/code/modules/mob/living/emotes.dm b/modular_splurt/code/modules/mob/living/emotes.dm index 05d5c8b74a..005dfbdcb1 100644 --- a/modular_splurt/code/modules/mob/living/emotes.dm +++ b/modular_splurt/code/modules/mob/living/emotes.dm @@ -355,7 +355,7 @@ /datum/emote/living/audio/fafafail key = "fafafail" key_third_person = "fafafails" - message = "spews someting unintelligible." + message = "spews something unintelligible." message_mime = "spews something silent." emote_sound = 'modular_splurt/sound/voice/bababooey/ffffhvh.ogg' emote_cooldown = 1.15 SECONDS @@ -1346,7 +1346,7 @@ /datum/emote/living/audio/gay key = "gay" - key_third_person = "gays" + key_third_person = "gays" // *point [ref] is already an emote. Also "*points at a user" is a key nobody would ever use. message = "saw something gay." emote_sound = 'modular_splurt/sound/voice/gay-echo.ogg' emote_cooldown = 0.95 SECONDS diff --git a/modular_splurt/sound/voice/sicko.ogg b/modular_splurt/sound/voice/sicko.ogg deleted file mode 100644 index cde47d7d16..0000000000 Binary files a/modular_splurt/sound/voice/sicko.ogg and /dev/null differ