mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2026-08-30 13:36:30 +01:00
cleans up config adds new role time.tracking system adds new panic bunker adds new VPN detection system unfucks the automated age gate does a bunch more cleanups refactors client security checks a little --------- Co-authored-by: VM_USER <VM_USER> Co-authored-by: silicons <no@you.cat>
35 lines
914 B
Plaintext
35 lines
914 B
Plaintext
/datum/config_entry/number/lobby_countdown
|
|
default = 120
|
|
min_val = 0
|
|
|
|
/datum/config_entry/number/round_end_countdown
|
|
default = 180
|
|
min_val = 0
|
|
|
|
/datum/config_entry/number/lobby_gamemode_vote_delay
|
|
default = 120
|
|
min_val = -1 //-1 for disabled
|
|
|
|
/// if the game appears on the hub or not
|
|
/datum/config_entry/flag/hub
|
|
|
|
/datum/config_entry/number/max_hub_pop //At what pop to take hub off the server
|
|
default = 0 //0 means disabled
|
|
integer = TRUE
|
|
min_val = 0
|
|
|
|
/// Enforce OOC notes
|
|
/datum/config_entry/flag/enforce_ooc_notes
|
|
|
|
/// Enforce flavortext
|
|
/datum/config_entry/flag/enforce_flavor_text
|
|
|
|
/datum/config_entry/string/community_shortname
|
|
|
|
/datum/config_entry/string/community_link
|
|
|
|
/datum/config_entry/string/tagline
|
|
default = "<br><small><a href='https://discord.gg/citadelstation'>Roleplay focused 18+ server with extensive species choices.</a></small></br>"
|
|
|
|
/datum/config_entry/flag/usetaglinestrings
|