New +MENTOR permission for mentors

This commit is contained in:
ZomgPonies
2015-02-17 02:28:00 -05:00
parent 2894dbc266
commit c218a2457f
7 changed files with 21 additions and 11 deletions
+1
View File
@@ -41,6 +41,7 @@ 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