From 9eb59bd5906e1d96dcd27bf8c363bc0c0a5e01c8 Mon Sep 17 00:00:00 2001 From: Crazylemon64 Date: Wed, 15 Feb 2017 02:00:51 -0800 Subject: [PATCH] Squishy cough --- code/modules/mob/living/carbon/human/species/station.dm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index ceb5bc72b02..de7747e4855 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -510,6 +510,9 @@ oxy_mod = 0 brain_mod = 2.5 + male_cough_sounds = list('sound/effects/slime_squish.ogg') + female_cough_sounds = list('sound/effects/slime_squish.ogg') + flags = IS_WHITELISTED | NO_BREATHE | HAS_LIPS | NO_INTORGANS | NO_SCAN clothing_flags = HAS_UNDERWEAR | HAS_UNDERSHIRT | HAS_SOCKS bodyflags = HAS_SKIN_COLOR | NO_EYES