diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index b895ed0fdd4..9f82c0b2c88 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -963,10 +963,10 @@ speech_chance = 20 male_scream_sound = 'sound/voice/DraskTalk2.ogg' female_scream_sound = 'sound/voice/DraskTalk2.ogg' - male_cough_sounds = null //whale cough when - female_cough_sounds = null - male_sneeze_sound = null - female_sneeze_sound = null + male_cough_sounds = 'sound/voice/DraskCough.ogg' + female_cough_sounds = 'sound/voice/DraskCough.ogg' + male_sneeze_sound = 'sound/voice/DraskSneeze.ogg' + female_sneeze_sound = 'sound/voice/DraskSneeze.ogg' burn_mod = 2 //exotic_blood = "cryoxadone" diff --git a/sound/voice/DraskCough.ogg b/sound/voice/DraskCough.ogg new file mode 100644 index 00000000000..55c876769c7 Binary files /dev/null and b/sound/voice/DraskCough.ogg differ diff --git a/sound/voice/DraskSneeze.ogg b/sound/voice/DraskSneeze.ogg new file mode 100644 index 00000000000..1f257a4e0ef Binary files /dev/null and b/sound/voice/DraskSneeze.ogg differ