mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-31 07:57:47 +01:00
Admin observers:
- No longer see antagonists via /who command. - Now have the 'toggle adminhelp sound' verb. Removed a bunch of the 'deadmin_self' verb from various admins and gave it to admin observers. All admins should have it now. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@4895 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -27,7 +27,7 @@ proc/get_all_admin_clients()
|
||||
|
||||
for (var/client/C in client_list)
|
||||
var/entry = "\t"
|
||||
if(usr.client.holder)
|
||||
if(usr.client.holder && usr.client.holder.level >= 0) //Everything above admin-observers get this.
|
||||
entry += "[C.key]"
|
||||
if(C.holder && C.holder.fakekey)
|
||||
entry += " <i>(as [C.holder.fakekey])</i>"
|
||||
|
||||
Reference in New Issue
Block a user