diff --git a/code/modules/mob/living/carbon/human/emote_vr.dm b/code/modules/mob/living/carbon/human/emote_vr.dm index 3fcb821ee91..7dbce009ac9 100644 --- a/code/modules/mob/living/carbon/human/emote_vr.dm +++ b/code/modules/mob/living/carbon/human/emote_vr.dm @@ -150,6 +150,10 @@ message = "lets out a gao." m_type = 2 playsound(src, 'sound/voice/gao.ogg', 50, 0, preference = /datum/client_preference/emote_noises) + if("cackle") + message = "cackles hysterically!" + m_type = 2 + playsound(src, 'sound/voice/YeenCackle.ogg', 50, 0, preference = /datum/client_preference/emote_noises) if("nsay") nsay() return TRUE diff --git a/sound/voice/YeenCackle.ogg b/sound/voice/YeenCackle.ogg new file mode 100644 index 00000000000..56eb52ebe09 Binary files /dev/null and b/sound/voice/YeenCackle.ogg differ