Ash storms can now have their volume altered with a slider (#20058)

* The least confident I've been in a change in awhile

* I FORGOT THE RETURN

WHY WAS THIS WORKING IN TESTING AAA

* the or 1 works now????

* Farie's request

Co-authored-by: Farie82 <farie82@users.noreply.github.com>

---------

Co-authored-by: Farie82 <farie82@users.noreply.github.com>
This commit is contained in:
GDN
2023-02-17 13:35:06 -06:00
committed by GitHub
parent acab55f038
commit a9b7df1955
5 changed files with 21 additions and 1 deletions
@@ -87,6 +87,7 @@ GLOBAL_LIST_INIT(special_role_times, list( //minimum age (in days) for accounts
"1018" = 100, // CHANNEL_AMBIENCE
"1017" = 100, // CHANNEL_ENGINE
"1016" = 100, // CHANNEL_FIREALARM
"1015" = 100, // CHANNEL_ASH_STORM
)
/// The volume mixer save timer handle. Used to debounce the DB call to save, to avoid spamming.
var/volume_mixer_saving = null