mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-07-10 14:45:40 +01:00
Revert "Merge pull request #16240 from ShadowLarkens/revert"
This reverts commit885171f985, reversing changes made to3e314f8064.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user