Lambent Framework

This commit is contained in:
Dahlular
2022-03-12 11:10:39 -07:00
parent d99ed03068
commit 48dd9fa7af
9 changed files with 77 additions and 4 deletions
+1
View File
@@ -67,6 +67,7 @@
#define ACCESS_ENTER_GENPOP 69
#define ACCESS_LEAVE_GENPOP 70
#define ACCESS_PSYCH 71
#define ACCESS_LAMBENT 72
//BEGIN CENTCOM ACCESS
/*Should leave plenty of room if we need to add more access levels.
+2 -1
View File
@@ -14,6 +14,7 @@
#define CYBORG (1<<10)
#define JR_OFFICER (1<<11)
#define JR_ENGINEER (1<<12)
#define LAMBENT (1<<13)
#define MEDSCI (1<<1)
@@ -53,4 +54,4 @@
#define JOB_UNAVAILABLE_PLAYTIME 3
#define JOB_UNAVAILABLE_ACCOUNTAGE 4
#define JOB_UNAVAILABLE_SLOTFULL 5
#define JOB_UNAVAILABLE_WHITELIST 6
#define JOB_UNAVAILABLE_WHITELIST 6