From 7498bae414e386b521f6f5af42f8837dc0f478a1 Mon Sep 17 00:00:00 2001 From: Poojawa Date: Sun, 14 Jan 2018 04:18:17 -0600 Subject: [PATCH] Re-adds AK-47s button MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ستالين هو أعظم You're welcome. --- code/modules/admin/secrets.dm | 8 ++++++++ 1 file changed, 8 insertions(+) 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