Added a config option for the extended adminwho information because it is generally a bad idea to tell the players what admins are doing.

Also fixed the issue where people on the floor could buckle others in.


git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4216 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
mport2004@gmail.com
2012-07-29 11:09:07 +00:00
parent 4b41009ee9
commit a4890eaae0
6 changed files with 29 additions and 25 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ proc/get_all_admin_clients()
for (var/mob/M in admin_list)
if(M && M.client && M.client.holder)
if(usr.client)
if((usr.client && usr.client.holder) || config.show_admin_info)
var/afk = 0
if( M.client.inactivity > AFK_THRESHOLD ) //When I made this, the AFK_THRESHOLD was 3000ds = 300s = 5m, see setup.dm for the new one.
afk = 1