mirror of
https://github.com/vgstation-coders/vgstation13.git
synced 2025-12-10 18:32:03 +00:00
NO_AMBIENCE config (#22797)
This commit is contained in:
committed by
Kurfursten
parent
1e92e398ba
commit
9cc0161d41
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user