diff --git a/code/modules/mob/living/carbon/human/species/kidan.dm b/code/modules/mob/living/carbon/human/species/kidan.dm index a23480f75eb..d40808ab3ba 100644 --- a/code/modules/mob/living/carbon/human/species/kidan.dm +++ b/code/modules/mob/living/carbon/human/species/kidan.dm @@ -28,6 +28,9 @@ default_headacc = "Normal Antennae" butt_sprite = "kidan" + male_scream_sound = 'sound/voice/scream_kidan.ogg' + female_scream_sound = 'sound/voice/scream_kidan.ogg' + meat_type = /obj/item/food/meat/human has_organ = list( "heart" = /obj/item/organ/internal/heart/kidan, diff --git a/sound/Attributions.txt b/sound/Attributions.txt index 439c52155e1..7660b35d645 100644 --- a/sound/Attributions.txt +++ b/sound/Attributions.txt @@ -19,3 +19,5 @@ Moo 3 - Moo Moo the Cow by manofham (sound/creatures/cow.ogg)-- https://freesoun effects/voxfcaw.ogg and effects/voxrcaw.ogg are processed versions of https://opengameart.org/content/crow-caw from zeroisnotnull under CC0 1.0 starline_pickup was spliced from Phone Receiver.mp3 at https://freesound.org/people/Percy%20Duke/sounds/23535/ under Attributions CC 3.0 + +voice/scream_kidan.ogg is a modification of voice/scream_moth.ogg introduced from PR# 17000 https://github.com/ParadiseSS13/Paradise/pull/17000 — CC BY-SA 3.0 modified by iramoye(GitHub) diff --git a/sound/voice/scream_kidan.ogg b/sound/voice/scream_kidan.ogg new file mode 100644 index 00000000000..4750568f8b6 Binary files /dev/null and b/sound/voice/scream_kidan.ogg differ