Update sound.dm

This commit is contained in:
LetterJay
2017-07-30 14:43:35 -05:00
committed by GitHub
parent 896fbdeed7
commit 0ac85c6756
+1 -1
View File
@@ -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)