mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-17 05:12:40 +00:00
14 lines
349 B
Plaintext
14 lines
349 B
Plaintext
/datum/config_entry/number/min_continue_votes
|
|
config_entry_value = 1
|
|
min_val = 1
|
|
|
|
/datum/config_entry/number/upload_limit
|
|
protection = CONFIG_ENTRY_LOCKED
|
|
integer = FALSE
|
|
config_entry_value = UPLOAD_LIMIT
|
|
|
|
/datum/config_entry/number/upload_limit_admin
|
|
protection = CONFIG_ENTRY_LOCKED
|
|
integer = FALSE
|
|
config_entry_value = UPLOAD_LIMIT_ADMIN
|