mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-30 00:29:02 +01:00
Merge branch 'master' of github.com:tgstation/tgstation into upstream-2026-06-23
This commit is contained in:
@@ -435,14 +435,16 @@
|
||||
|
||||
/datum/config_entry/flag/disallow_circuit_sounds
|
||||
|
||||
/datum/config_entry/flag/tts_no_whisper
|
||||
|
||||
/datum/config_entry/string/tts_http_url
|
||||
protection = CONFIG_ENTRY_LOCKED
|
||||
|
||||
/datum/config_entry/string/tts_http_token
|
||||
protection = CONFIG_ENTRY_LOCKED|CONFIG_ENTRY_HIDDEN
|
||||
|
||||
/datum/config_entry/string/tts_tram_announcer_override
|
||||
|
||||
/datum/config_entry/string/tts_computer_voice_override
|
||||
|
||||
/datum/config_entry/number/tts_max_concurrent_requests
|
||||
default = 4
|
||||
min_val = 1
|
||||
|
||||
@@ -101,6 +101,9 @@
|
||||
/// log game events
|
||||
/datum/config_entry/flag/log_game
|
||||
|
||||
/// log minimap drawing events
|
||||
/datum/config_entry/flag/log_minimap_drawing
|
||||
|
||||
/// log mech data
|
||||
/datum/config_entry/flag/log_mecha
|
||||
|
||||
|
||||
Reference in New Issue
Block a user