save the information

this commit ensures we dont age verify users that have already age verified
This commit is contained in:
buffyuwu
2021-01-24 11:59:32 -05:00
parent 5e637b4e24
commit a38897bd4a
4 changed files with 28 additions and 3 deletions

View File

@@ -330,3 +330,10 @@ var/list/_client_preferences_by_type
enabled_by_default = FALSE
enabled_description = "Obfuscate Ghost"
disabled_description = "Normal Ghost"
/datum/client_preference/age_verified
description = "Age Verified Status"
key = "AGE_VERIFIED"
enabled_description = "Show"
disabled_description = "Hide"
enabled_by_default = FALSE