mirror of
https://github.com/Citadel-Station-13/Citadel-Station-13-RP.git
synced 2025-12-10 10:50:25 +00:00
save the information
this commit ensures we dont age verify users that have already age verified
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user