Fix sound runtime for headsets (#1498)

This commit is contained in:
Funce
2020-10-27 22:51:31 +00:00
committed by GitHub
parent 21187d0da4
commit 2379f4386a
@@ -11,5 +11,5 @@
if(!listening)
return ITALICS | REDUCE_RANGE
if(radiosound)
playsound(M, radiosound, rand(20, 30), 0, 0, 0)
playsound(M, radiosound, rand(20, 30), 0, 0, SOUND_FALLOFF_EXPONENT)
. = ..()