NO_AMBIENCE config (#22797)

This commit is contained in:
I-VAPE-VOX-CLOACA-EVERY-DAY-OF-MY-LIFE
2019-05-07 20:19:29 -03:00
committed by Kurfursten
parent 1e92e398ba
commit 9cc0161d41
4 changed files with 14 additions and 1 deletions

View File

@@ -173,6 +173,7 @@
var/skip_vault_generation = 0 //If 1, don't generate vaults
var/shut_up_automatic_diagnostic_and_announcement_system = 0 //If 1, don't play the vox sounds at the start of every shift.
var/no_lobby_music = 0 //If 1, don't play lobby music, regardless of client preferences.
var/no_ambience = 0 //If 1, don't play ambience, regardless of client preferences.
var/enable_roundstart_away_missions = 0
@@ -571,6 +572,8 @@
shut_up_automatic_diagnostic_and_announcement_system = 1
if("no_lobby_music")
no_lobby_music = 1
if("no_ambience")
no_ambience = 1
if("enable_roundstart_away_missions")
enable_roundstart_away_missions = 1
if("enable_wages")