diff --git a/code/modules/mob/living/carbon/human/human_emote.dm b/code/modules/mob/living/carbon/human/human_emote.dm index f7453cd6f32..27a50998b69 100644 --- a/code/modules/mob/living/carbon/human/human_emote.dm +++ b/code/modules/mob/living/carbon/human/human_emote.dm @@ -700,6 +700,8 @@ key_third_person = "rattles" message = "rattles their bones." message_param = "rattles their bones at %t." + sound = "sound/voice/plas_rattle.ogg" + volume = 80 species_type_whitelist_typecache = list(/datum/species/skeleton, /datum/species/plasmaman) /datum/emote/living/carbon/human/crack/slime diff --git a/sound/voice/plas_rattle.ogg b/sound/voice/plas_rattle.ogg new file mode 100644 index 00000000000..a60d6949eea Binary files /dev/null and b/sound/voice/plas_rattle.ogg differ