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"