mirror of
https://github.com/SPLURT-Station/S.P.L.U.R.T-Station-13.git
synced 2025-12-15 20:37:37 +00:00
18 lines
653 B
Plaintext
18 lines
653 B
Plaintext
/datum/config_entry/flag/use_age_restriction_for_jobs //Do jobs use account age restrictions? --requires database
|
|
|
|
/datum/config_entry/flag/use_account_age_for_jobs //Uses the time they made the account for the job restriction stuff. New player joining alerts should be unaffected.
|
|
|
|
/datum/config_entry/flag/use_exp_tracking
|
|
|
|
/datum/config_entry/flag/use_exp_restrictions_heads
|
|
|
|
/datum/config_entry/number/use_exp_restrictions_heads_hours
|
|
config_entry_value = 0
|
|
min_val = 0
|
|
|
|
/datum/config_entry/flag/use_exp_restrictions_heads_department
|
|
|
|
/datum/config_entry/flag/use_exp_restrictions_other
|
|
|
|
/datum/config_entry/flag/use_exp_restrictions_admin_bypass
|