mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
add option to disable end of round sound (#26014)
* add option to disable end of round sound * fix sleep position * add EOR sound to enable/disable preferences * invert logic so that existing players don't mute the sound * fix inconsistent mute/hear variable --------- Co-authored-by: pwbokie <pmerkamp@butler.edu>
This commit is contained in:
@@ -1053,6 +1053,9 @@
|
||||
if("hear_midis")
|
||||
sound ^= SOUND_MIDI
|
||||
|
||||
if("mute_end_of_round")
|
||||
sound ^= SOUND_MUTE_END_OF_ROUND
|
||||
|
||||
if("lobby_music")
|
||||
sound ^= SOUND_LOBBY
|
||||
if((sound & SOUND_LOBBY) && user.client)
|
||||
|
||||
Reference in New Issue
Block a user