ok there TG, let's let BYOND do something better...

This commit is contained in:
Fox-McCloud
2017-07-25 20:50:16 -04:00
parent f78c507122
commit b12baedada
3 changed files with 2 additions and 17 deletions
+1 -1
View File
@@ -284,7 +284,7 @@
return
var/sound/S = sound(mysound)
S.wait = 0 //No queue
S.channel = open_sound_channel()
S.channel = 0
S.volume = 50
for(var/mob/M in passengers | pilot)
M << S