From 21392d29f0f75dac9b5502199508a314ace94590 Mon Sep 17 00:00:00 2001 From: yurivw Date: Tue, 2 Aug 2016 19:22:50 +0200 Subject: [PATCH] Removed unused options in secrets menu Finally, this one should work. Don't use the desktop app kids, only fucks you over. Kind of for admins only, but it removes the options for the shuttle in the secrets menu. Related issue #5196 --- code/modules/admin/secrets.dm | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/code/modules/admin/secrets.dm b/code/modules/admin/secrets.dm index e2b6ab56d62..16586b99715 100644 --- a/code/modules/admin/secrets.dm +++ b/code/modules/admin/secrets.dm @@ -38,13 +38,7 @@ Make all areas powered   Make all areas unpowered   Power all SMES
-
- Shuttle options
- Launch a shuttle   - Force launch a shuttle
- Jump a shuttle   - Move a shuttle
-
+ "} else if(check_rights(R_SERVER,0)) //only add this if admin secrets are unavailiable; otherwise, it's added inline