Update new_player.dm

This commit is contained in:
Timothy Teakettle
2020-11-08 02:25:53 +00:00
parent 5eaac21127
commit 29f1132d36
@@ -86,7 +86,7 @@
else
var/dbflags = client.prefs.db_flags
if(dbflags & DB_FLAG_AGE_CONFIRMATION_INCOMPLETE) //they have not completed age verification
var/age_verification = askuser(src, "Age Verification", "I am 18+", "I am not 18+", null, TRUE, null)
var/age_verification = askuser(src, "Are you 18+", "Age Verification", "I am 18+", "I am not 18+", null, TRUE, null)
if(age_verification != "1")
create_message("note", ckey, "Server - Automated Age Verification", "Failed age verification.", null, null, TRUE, TRUE, null, "9999-01-01", "High") //log this occurence
qdel(client) //kick the user