mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-10 01:49:19 +00:00
12 lines
359 B
Plaintext
12 lines
359 B
Plaintext
/// Seconds for CMD on defib-with-memory-loss policy config to display instead of defib-intact config
|
|
/datum/config_entry/number/defib_cmd_time_limit
|
|
default = 300
|
|
integer = TRUE
|
|
|
|
/datum/config_entry/keyed_list/policy
|
|
key_mode = KEY_MODE_TEXT
|
|
value_mode = VALUE_MODE_TEXT
|
|
|
|
/datum/config_entry/keyed_list/policy/preprocess_key(key)
|
|
return uppertext(..())
|