From bbcc0a5a0d53c96d97429eafcd037f7c555ae43e Mon Sep 17 00:00:00 2001 From: dzahlus Date: Thu, 11 Feb 2021 01:57:56 +0100 Subject: [PATCH] fixes travis error hopefully --- modular_citadel/code/modules/mob/cit_emotes.dm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/modular_citadel/code/modules/mob/cit_emotes.dm b/modular_citadel/code/modules/mob/cit_emotes.dm index 07a8331698..52f3221ea1 100644 --- a/modular_citadel/code/modules/mob/cit_emotes.dm +++ b/modular_citadel/code/modules/mob/cit_emotes.dm @@ -320,4 +320,5 @@ sound = pick('modular_citadel/sound/voice/human_male_pain_1.ogg', 'modular_citadel/sound/voice/human_male_pain_2.ogg', 'modular_citadel/sound/voice/human_male_pain_3.ogg', 'modular_citadel/sound/voice/human_male_pain_rare.ogg') else sound = pick('modular_citadel/sound/voice/human_female_pain_1.ogg', 'modular_citadel/sound/voice/human_female_pain_2.ogg', 'modular_citadel/sound/voice/human_female_pain_3.ogg') - playsound(user, sound, 50, 0, 0) \ No newline at end of file + playsound(user, sound, 50, 0, 0) + \ No newline at end of file