mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-11 10:22:13 +00:00
34 lines
1.1 KiB
Plaintext
34 lines
1.1 KiB
Plaintext
/datum/config_entry/flag/admin_disk_inactive_msg //Allows admins to globally disable ingame logs for this crap
|
|
|
|
/datum/config_entry/string/new_round_ping
|
|
default = null
|
|
|
|
/datum/config_entry/number/max_languages
|
|
default = 1
|
|
min_val = -1
|
|
|
|
/datum/config_entry/flag/enable_dogborg_sleepers // enable normal dogborg sleepers (otherwise recreational)
|
|
|
|
/datum/config_entry/flag/limit_stupor_trances // enable limits to hypnotic stupor
|
|
|
|
/datum/config_entry/number/min_stupor_hypno_duration //Minimum random duration to maintain hypnosis from hypnotic stupor
|
|
default = 6000
|
|
min_val = 10
|
|
|
|
/datum/config_entry/number/max_stupor_hypno_duration //Maximum random duration to maintain hypnosis from hypnotic stupor
|
|
default = 12000
|
|
min_val = 10
|
|
|
|
/datum/config_entry/flag/reveal_everything // On Round end, reveal roles and ghosts
|
|
|
|
/datum/config_entry/flag/allow_silicon_choosing_laws
|
|
|
|
/datum/config_entry/keyed_list/choosable_laws
|
|
key_mode = KEY_MODE_TEXT
|
|
value_mode = VALUE_MODE_TYPE
|
|
splitter = " | "
|
|
lowercase_key = FALSE
|
|
|
|
/datum/config_entry/number/roundstart_ai_shells // Per AI, if you ever do get a triumvirate!
|
|
min_val = 0
|