diff --git a/code/modules/admin/secrets.dm b/code/modules/admin/secrets.dm
index b788c21fba..ba337e4e9f 100644
--- a/code/modules/admin/secrets.dm
+++ b/code/modules/admin/secrets.dm
@@ -54,6 +54,7 @@
Power all SMES
Triple AI mode (needs to be used in the lobby)
Everyone is the traitor
+ AK-47s For Everyone!
Summon Guns
Summon Magic
Summon Events (Toggle)
@@ -452,6 +453,13 @@
message_admins("[key_name_admin(usr)] activated Egalitarian Station mode")
priority_announce("CentCom airlock control override activated. Please take this time to get acquainted with your coworkers.", null, 'sound/ai/commandreport.ogg')
+ if("ak47s")
+ if(!check_rights(R_FUN))
+ return
+ message_admins("[key_name_admin(usr)] activated AK-47s for Everyone!")
+ usr.client.ak47s()
+ sound_to_playing_players('sound/misc/ak47s.ogg')
+
if("guns")
if(!check_rights(R_FUN))
return