diff --git a/code/modules/mob/living/carbon/human/species/skulk.dm b/code/modules/mob/living/carbon/human/species/skulk.dm index 7b1f322fc43..7fbf98929b3 100644 --- a/code/modules/mob/living/carbon/human/species/skulk.dm +++ b/code/modules/mob/living/carbon/human/species/skulk.dm @@ -36,6 +36,9 @@ eyes = "skulk_eyes_s" butt_sprite = "nian" + male_scream_sound = 'sound/voice/scream_skkulk.ogg' + female_scream_sound = 'sound/voice/scream_skkulk.ogg' + optional_body_accessory = FALSE reagent_tag = PROCESS_ORG diff --git a/sound/effects/chitter.ogg b/sound/effects/chitter.ogg index a4007bbf4e1..945d1573ad7 100644 Binary files a/sound/effects/chitter.ogg and b/sound/effects/chitter.ogg differ diff --git a/sound/voice/scream_skkulk.ogg b/sound/voice/scream_skkulk.ogg new file mode 100644 index 00000000000..5c42719eafb Binary files /dev/null and b/sound/voice/scream_skkulk.ogg differ