Revert "Revert "/tg/ preference datums part 1: take two""

This commit is contained in:
ShadowLarkens
2024-09-07 23:58:49 -07:00
committed by GitHub
parent c45b3eb4bc
commit e9ee57df18
188 changed files with 5129 additions and 2311 deletions
@@ -89,5 +89,5 @@
if(!M)
hearing_mobs -= M
continue
M.playsound_local(source, null, volume * using_instrument.volume_multiplier, S = music_played, preference = /datum/client_preference/instrument_toggle, volume_channel = VOLUME_CHANNEL_INSTRUMENTS)
M.playsound_local(source, null, volume * using_instrument.volume_multiplier, S = music_played, preference = /datum/preference/toggle/instrument_toggle, volume_channel = VOLUME_CHANNEL_INSTRUMENTS)
// Could do environment and echo later but not for now
@@ -79,7 +79,7 @@
channel = channel,
pressure_affected = null,
S = copy,
preference = /datum/client_preference/instrument_toggle,
preference = /datum/preference/toggle/instrument_toggle,
volume_channel = VOLUME_CHANNEL_INSTRUMENTS)
// Could do environment and echo later but not for now