mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-27 07:08:00 +01:00
Fix sound runtime for headsets (#1498)
This commit is contained in:
@@ -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)
|
||||
. = ..()
|
||||
|
||||
Reference in New Issue
Block a user