From 0ac85c6756a1a06675b9bf5c20c684e058458e8f Mon Sep 17 00:00:00 2001 From: LetterJay Date: Sun, 30 Jul 2017 14:43:35 -0500 Subject: [PATCH] Update sound.dm --- code/game/sound.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/game/sound.dm b/code/game/sound.dm index adee6b39e2..aa41e0c7e3 100644 --- a/code/game/sound.dm +++ b/code/game/sound.dm @@ -176,6 +176,6 @@ 'sound/vore/prey/death_10.ogg') return soundin -/proc/playsound_global(file, repeat=0, wait, channel, volume) +/proc/playsound_global(file, repeat = 0, wait, channel, volume) for(var/V in GLOB.clients) V << sound(file, repeat, wait, channel, volume)