Merge pull request #13661 from timothyteakettle/age-verification

adds in-game age verification as an alternative to access requests
This commit is contained in:
LetterJay
2020-11-08 11:07:05 -06:00
committed by GitHub
6 changed files with 77 additions and 31 deletions

View File

@@ -327,6 +327,9 @@
/datum/config_entry/number/notify_new_player_account_age // how long do we notify admins of a new byond account
min_val = 0
/datum/config_entry/flag/age_verification //are we using the automated age verification which asks users if they're 18+?
config_entry_value = TRUE
/datum/config_entry/flag/irc_first_connection_alert // do we notify the irc channel when somebody is connecting for the first time?
/datum/config_entry/flag/check_randomizer