From e3a3c8f241b8c113b6c3409f224ad0a2d79eec40 Mon Sep 17 00:00:00 2001 From: kevinz000 <2003111+kevinz000@users.noreply.github.com> Date: Wed, 29 Jan 2020 15:45:57 -0700 Subject: [PATCH] woops --- code/modules/mob/living/emote.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/modules/mob/living/emote.dm b/code/modules/mob/living/emote.dm index 102f53f9d7..c3548ff8ae 100644 --- a/code/modules/mob/living/emote.dm +++ b/code/modules/mob/living/emote.dm @@ -245,7 +245,7 @@ if(. && iscarbon(user)) //Citadel Edit because this is hilarious var/mob/living/carbon/C = user if(ismoth(C)) - playsound(C, 'sound/voice/moth/mothlaugh.ogg', 50, 1) + playsound(C, 'sound/voice/moth/mothchitter.ogg', 50, 1) /datum/emote/living/look key = "look"