mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-08-22 19:47:22 +01:00
Secrets panel is now available to all admin-datum holders. Each subsection is restricted to specific permissions however.
Adminhelp now loops through all clients in var/list/admins rather than every client in the world. Both SERVER and FUN can toggle random events on/off. git-svn-id: http://tgstation13.googlecode.com/svn/trunk@5029 316c924e-a436-60f5-8080-3fe189b3f50e
This commit is contained in:
@@ -170,7 +170,7 @@ datum/controller/vote
|
||||
var/trialmin = 0
|
||||
if(C.holder)
|
||||
admin = 1
|
||||
if (C.holder.rights & R_ADMIN)
|
||||
if(C.holder.rights & R_ADMIN)
|
||||
trialmin = 1
|
||||
voting |= C
|
||||
|
||||
|
||||
Reference in New Issue
Block a user