Skip to content

Commit

Permalink
Fixes synthetic isntruments being offkey (#16321)
Browse files Browse the repository at this point in the history
  • Loading branch information
Notamaniac authored Jul 13, 2024
1 parent 55c89f2 commit 0912b85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/modules/instruments/songs/play_synthesized.dm
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
var/mob/M = i
if(M?.client?.prefs?.toggles_sound & SOUND_INSTRUMENTS_OFF)
continue
M.playsound_local(get_turf(parent), copy, volume, FALSE, K.frequency, null, FALSE, channel)
M.playsound_local(get_turf(parent), null, volume, FALSE, K.frequency, null, FALSE, channel, copy)
// Could do environment and echo later but not for now

/**
Expand Down

0 comments on commit 0912b85

Please sign in to comment.