Merge pull request #4912 from Ccomp5950/mentors

Adds Mentors.
This commit is contained in:
Zuhayr
2014-05-07 10:00:27 +09:30
15 changed files with 96 additions and 19 deletions
+2 -1
View File
@@ -620,8 +620,9 @@ var/list/TAGGERLOCATIONS = list("Disposals",
#define R_SOUNDS 2048
#define R_SPAWN 4096
#define R_MOD 8192
#define R_MENTOR 16384
#define R_MAXPERMISSION 8192 //This holds the maximum value for a permission. It is used in iteration, so keep it updated.
#define R_MAXPERMISSION 16384 //This holds the maximum value for a permission. It is used in iteration, so keep it updated.
#define R_HOST 65535