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