Adds delta alarm to mixer (#21702)

* Re-adds delta alarm to mixer

* Fixes weirdness with changing volume mixers
This commit is contained in:
Luc
2023-07-17 10:45:20 +01:00
committed by GitHub
parent a416dd8c83
commit 80c63cc954
3 changed files with 17 additions and 4 deletions
@@ -88,6 +88,7 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts
"1017" = 100, // CHANNEL_ENGINE
"1016" = 100, // CHANNEL_FIREALARM
"1015" = 100, // CHANNEL_ASH_STORM
"1014" = 100, // CHANNEL_DELTA_ALARM
)
/// The volume mixer save timer handle. Used to debounce the DB call to save, to avoid spamming.
var/volume_mixer_saving = null