From 8510542260301e2b2b89d42924dc2f9a437d4201 Mon Sep 17 00:00:00 2001
From: silicons <2003111+silicons@users.noreply.github.com>
Date: Tue, 20 Apr 2021 04:55:00 -0700
Subject: [PATCH] Update autobunker.dm
---
code/modules/client/verbs/autobunker.dm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/code/modules/client/verbs/autobunker.dm b/code/modules/client/verbs/autobunker.dm
index 03200c5f0b..620854b9ed 100644
--- a/code/modules/client/verbs/autobunker.dm
+++ b/code/modules/client/verbs/autobunker.dm
@@ -3,6 +3,10 @@
set desc = "Authorizes your account in the panic bunker of any servers connected to this function."
set category = "OOC"
+ if(!(prefs.db_flags & DB_FLAG_AGE_CONFIRMATION_INCOMPLETE))
+ to_chat(src, "You are not age verified.")
+ return
+
if(autobunker_last_try + 5 SECONDS > world.time)
to_chat(src, "Function on cooldown, try again in 5 seconds.")
return