mirror of
https://github.com/PolarisSS13/Polaris.git
synced 2026-01-02 13:33:29 +00:00
Adds Door Volume Channel (#7592)
Adds Door Channel Volume preference for doors, that applies to open/close/bolts sounds. This should prevent complaints of "Doors are too loud" - adjust the volume channel to your personal preference.
This commit is contained in:
@@ -373,13 +373,17 @@ var/global/list/##LIST_NAME = list();\
|
||||
|
||||
#define FONT_GIANT(X) "<font size='5'>[X]</font>"
|
||||
|
||||
// Volume Channel Defines
|
||||
|
||||
#define VOLUME_CHANNEL_MASTER "Master"
|
||||
#define VOLUME_CHANNEL_AMBIENCE "Ambience"
|
||||
#define VOLUME_CHANNEL_ALARMS "Alarms"
|
||||
#define VOLUME_CHANNEL_DOORS "Doors"
|
||||
|
||||
// Make sure you update this or clients won't be able to adjust the channel
|
||||
GLOBAL_LIST_INIT(all_volume_channels, list(
|
||||
VOLUME_CHANNEL_MASTER,
|
||||
VOLUME_CHANNEL_AMBIENCE,
|
||||
VOLUME_CHANNEL_ALARMS,
|
||||
VOLUME_CHANNEL_DOORS,
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user