Switched verbs around, removed Fun tab, new Event tab for event coordinators

This commit is contained in:
ZomgPonies
2014-06-21 04:37:50 -04:00
parent 4f4a6a7ef8
commit fea9d8eda3
23 changed files with 102 additions and 110 deletions
+1 -2
View File
@@ -29,7 +29,7 @@ var/list/admin_ranks = list() //list of all ranks with associated rights
if("buildmode","build") rights |= R_BUILDMODE
if("admin") rights |= R_ADMIN
if("ban") rights |= R_BAN
if("fun") rights |= R_FUN
if("event") rights |= R_EVENT
if("server") rights |= R_SERVER
if("debug") rights |= R_DEBUG
if("permissions","rights") rights |= R_PERMISSIONS
@@ -41,7 +41,6 @@ var/list/admin_ranks = list() //list of all ranks with associated rights
if("sound","sounds") rights |= R_SOUNDS
if("spawn","create") rights |= R_SPAWN
if("mod") rights |= R_MOD
if("mentor") rights |= R_MENTOR
admin_ranks[rank] = rights
previous_rights = rights