mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2026-08-21 19:57:07 +01:00
14 lines
316 B
Plaintext
14 lines
316 B
Plaintext
/datum/config_entry/number/min_continue_votes
|
|
default = 1
|
|
min_val = 1
|
|
|
|
/datum/config_entry/number/upload_limit
|
|
protection = CONFIG_ENTRY_LOCKED
|
|
integer = FALSE
|
|
default = UPLOAD_LIMIT
|
|
|
|
/datum/config_entry/number/upload_limit_admin
|
|
protection = CONFIG_ENTRY_LOCKED
|
|
integer = FALSE
|
|
default = UPLOAD_LIMIT_ADMIN
|