mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-09 16:12:17 +00:00
[MIRROR] Fix Synth Instruments (#11891)
Co-authored-by: Will <7099514+Willburd@users.noreply.github.com> Co-authored-by: Cameron Lennox <killer65311@gmail.com>
This commit is contained in:
committed by
GitHub
parent
3c57c8c321
commit
6212ff4335
@@ -67,7 +67,7 @@
|
||||
var/pref_volume = M?.client?.prefs.read_preference(/datum/preference/numeric/volume/sound_instruments)
|
||||
if(!pref_volume)
|
||||
continue
|
||||
M.playsound_local(get_turf(parent), null, volume * (pref_volume/100), FALSE, K.frequency, null, channel, null, copy)
|
||||
M.playsound_local(get_turf(parent), null, volume * (pref_volume/100), FALSE, K.frequency, channel = channel, S = copy)
|
||||
// Could do environment and echo later but not for now
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user