From 1fe9c0b2fdba3ddf66282574963b310f5678af79 Mon Sep 17 00:00:00 2001 From: uporotiy Date: Sun, 30 Oct 2011 18:23:32 +0000 Subject: [PATCH] Moved the "security level elevated" buttons away from the bottom of the secrets list at Deuryn's request, so as to not get the admin log button get lost in the middle of the list. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@2456 316c924e-a436-60f5-8080-3fe189b3f50e --- code/modules/admin/admin.dm | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/code/modules/admin/admin.dm b/code/modules/admin/admin.dm index e2ea577a2bd..2c503b58576 100644 --- a/code/modules/admin/admin.dm +++ b/code/modules/admin/admin.dm @@ -1979,17 +1979,17 @@ if(lvl >= 5) dat += {" -Coder Secrets
-
-Show Job Debug
-Admin Log
-
Security Level Elevated

Change all maintenance doors to engie/brig access only
Change all maintenance doors to brig access only
Remove cap on security officers

+Coder Secrets
+
+Show Job Debug
+Admin Log
+
"} usr << browse(dat, "window=secrets") return