From d3444658c99bc0591a6060eee40a5e7107869d4c Mon Sep 17 00:00:00 2001 From: allfd Date: Wed, 15 Feb 2017 22:11:32 -0500 Subject: [PATCH] Fixes cough and sneeze oversight --- code/modules/mob/living/carbon/human/species/station.dm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index c07a3667a02..bdceaaa27a0 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -298,6 +298,10 @@ scream_verb = "shrieks" male_scream_sound = 'sound/voice/shriek1.ogg' female_scream_sound = 'sound/voice/shriek1.ogg' + male_cough_sounds = 'sound/voice/shriek1.ogg' + female_cough_sounds = 'sound/voice/shriek1.ogg' + male_sneeze_sound = 'sound/voice/shriek1.ogg' + female_sneeze_sound = 'sound/voice/shriek1.ogg' icon_skin_tones = list( 1 = "Default Green",