Update sound.dm

This commit is contained in:
LetterJay
2017-08-15 18:56:57 -05:00
committed by GitHub
parent ab27b63cf9
commit 24be45e6fa

View File

@@ -175,7 +175,3 @@
'sound/vore/prey/death_07.ogg','sound/vore/prey/death_08.ogg','sound/vore/prey/death_09.ogg',
'sound/vore/prey/death_10.ogg')
return soundin
/proc/playsound_global(file, repeat = 0, wait, channel, volume)
for(var/V in GLOB.clients)
V << sound(file, repeat, wait, channel, volume)