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