mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-09 17:33:31 +00:00
* Time to become our TGUI God. * Visually sprucing the copyrights. These shouldn't be ignored :) * babababa * https://github.com/tgstation/tgstation/pull/50422 * dooootdooot * Holy fuck Updates the tools folder Updates our build tooling Updates TGUI MASSIVELY I'm going to go scream in a hole now * ?? * Was it this dum thing? * orrrr * It's this isn't it * Did it manually * hubah * TGUI Changelog * oops * What if I use the original? * Lets try this again * Shit commenting out for now * asdasd * Fuck it use the old one and remember to replace later * Updates yarn.lock * Lets try something horrid * Nope it HATES THAT * fucc * The great eslinting * HOLY SHIT * Final? * ? * asd tgstation/tgstation/pull/59914 tgstation/tgstation/pull/66317 * Improved Asset handling. * Oops * Subsystem stuff * Recompiles the Changelong again. * Finally Fixed Communicators * Compiled Changelogs... AGAIN
46 lines
1.3 KiB
Plaintext
46 lines
1.3 KiB
Plaintext
/datum/config_entry/flag/minimaps_enabled
|
|
config_entry_value = TRUE
|
|
|
|
/datum/config_entry/number/max_bunker_days
|
|
config_entry_value = 7
|
|
min_val = 1
|
|
|
|
/datum/config_entry/string/invoke_youtubedl
|
|
protection = CONFIG_ENTRY_LOCKED | CONFIG_ENTRY_HIDDEN
|
|
|
|
/datum/config_entry/number/client_warn_version
|
|
config_entry_value = null
|
|
min_val = 500
|
|
|
|
/datum/config_entry/number/client_warn_version
|
|
config_entry_value = null
|
|
min_val = 500
|
|
|
|
/datum/config_entry/string/client_warn_message
|
|
config_entry_value = "Your version of byond may have issues or be blocked from accessing this server in the future."
|
|
|
|
/datum/config_entry/flag/client_warn_popup
|
|
|
|
/datum/config_entry/number/client_error_version
|
|
config_entry_value = null
|
|
min_val = 500
|
|
|
|
/datum/config_entry/string/client_error_message
|
|
config_entry_value = "Your version of byond is too old, may have issues, and is blocked from accessing this server."
|
|
|
|
/datum/config_entry/number/client_error_build
|
|
config_entry_value = null
|
|
min_val = 0
|
|
|
|
/datum/config_entry/string/community_shortname
|
|
|
|
/datum/config_entry/string/community_link
|
|
|
|
/datum/config_entry/string/tagline
|
|
config_entry_value = "<br><small><a href='https://discord.gg/citadelstation'>Roleplay focused 18+ server with extensive species choices.</a></small></br>"
|
|
|
|
/datum/config_entry/flag/usetaglinestrings
|
|
|
|
/datum/config_entry/flag/cache_assets
|
|
default = TRUE
|