From 8a7b1ad2fcdd37da2d813159e7e8fd24318a8111 Mon Sep 17 00:00:00 2001 From: allfd Date: Wed, 15 Feb 2017 22:46:10 -0500 Subject: [PATCH] Fix list issue --- code/modules/mob/living/carbon/human/species/station.dm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/code/modules/mob/living/carbon/human/species/station.dm b/code/modules/mob/living/carbon/human/species/station.dm index bdceaaa27a0..1e86cbda7e2 100644 --- a/code/modules/mob/living/carbon/human/species/station.dm +++ b/code/modules/mob/living/carbon/human/species/station.dm @@ -298,8 +298,8 @@ 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_cough_sounds = list('sound/voice/shriek1.ogg') + female_cough_sounds = list('sound/voice/shriek1.ogg') male_sneeze_sound = 'sound/voice/shriek1.ogg' female_sneeze_sound = 'sound/voice/shriek1.ogg'