Added general sound configuration to volume mixer (#23679)

* Added mixer configuration for general sound volume

* Joker moment about distance falloffs depending on mixer settings

* Added note about general channel in volume_mixer
This commit is contained in:
Vladisvell
2024-01-21 20:57:12 +00:00
committed by GitHub
parent 61779bda6e
commit 03914685a9
4 changed files with 9 additions and 4 deletions
@@ -71,6 +71,7 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts
/// Volume mixer, indexed by channel as TEXT (numerical indexes will not work). Volume goes from 0 to 100.
var/list/volume_mixer = list(
"1012" = 100, // CHANNEL_GENERAL //Note: This should stay on top because order in this list defines order of sliders in mixer's interface.
"1024" = 100, // CHANNEL_LOBBYMUSIC
"1023" = 100, // CHANNEL_ADMIN
"1022" = 100, // CHANNEL_VOX