Revert "/tg/ pref datums (part 1) (#16219)"

This reverts commit faac97e352.
This commit is contained in:
ShadowLarkens
2024-08-31 12:04:15 -07:00
parent 53c34d8df3
commit 3c09f52c6a
184 changed files with 2197 additions and 4967 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/preference/toggle/instrument_toggle, volume_channel = VOLUME_CHANNEL_INSTRUMENTS)
M.playsound_local(source, null, volume * using_instrument.volume_multiplier, S = music_played, preference = /datum/client_preference/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/preference/toggle/instrument_toggle,
preference = /datum/client_preference/instrument_toggle,
volume_channel = VOLUME_CHANNEL_INSTRUMENTS)
// Could do environment and echo later but not for now