[MIRROR] Sound updates (#7430)

Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com>
Co-authored-by: Selis <sirlionfur@hotmail.de>
Co-authored-by: Selis <selis@xynolabs.com>
This commit is contained in:
CHOMPStation2
2023-12-20 17:05:40 -07:00
committed by GitHub
parent b011e089d0
commit e3a4d6ad61
10 changed files with 1017 additions and 622 deletions

View File

@@ -244,7 +244,7 @@ var/list/gamemode_cache = list()
var/persistence_disabled = FALSE
var/persistence_ignore_mapload = FALSE
var/allow_byond_links = 1 //CHOMP Edit turned this on
var/allow_discord_links = 1 //CHOMP Edit turned this on
var/allow_url_links = 1 // honestly if I were you i'd leave this one off, only use in dire situations //CHOMP Edit: pussy.
@@ -295,15 +295,17 @@ var/list/gamemode_cache = list()
var/static/vgs_access_identifier = null // VOREStation Edit - VGS
var/static/vgs_server_port = null // VOREStation Edit - VGS
var/disable_webhook_embeds = FALSE
var/static/list/jukebox_track_files
var/static/suggested_byond_version
var/static/suggested_byond_build
var/static/invoke_youtubedl = null
/datum/configuration/New()
var/list/L = subtypesof(/datum/game_mode)
for (var/T in L)
@@ -554,7 +556,7 @@ var/list/gamemode_cache = list()
if ("githuburl")
config.githuburl = value
if ("discordurl")
config.discordurl = value
@@ -965,7 +967,7 @@ var/list/gamemode_cache = list()
if("enable_night_shifts")
config.enable_night_shifts = TRUE
if("jukebox_track_files")
config.jukebox_track_files = splittext(value, ";")
@@ -982,6 +984,9 @@ var/list/gamemode_cache = list()
config.vgs_server_port = text2num(value)
// VOREStation Edit End
if("invoke_youtubedl")
config.invoke_youtubedl = value
else
log_misc("Unknown setting in configuration: '[name]'")
@@ -1047,7 +1052,7 @@ var/list/gamemode_cache = list()
if("use_loyalty_implants")
config.use_loyalty_implants = 1
if("loadout_whitelist")
config.loadout_whitelist = text2num(value)