Merge pull request #15070 from zeroisthebiggay/prisoners

prisoners - aka ports prisoners from tg hell yeah
This commit is contained in:
silicons
2021-09-12 20:59:12 -07:00
committed by GitHub
62 changed files with 6113 additions and 1964 deletions
+2
View File
@@ -42,6 +42,7 @@
#define CLOWN (1<<11)
#define MIME (1<<12)
#define ASSISTANT (1<<13)
#define PRISONER (1<<14)
#define JOB_AVAILABLE 0
#define JOB_UNAVAILABLE_GENERIC 1
@@ -89,3 +90,4 @@
#define JOB_DISPLAY_ORDER_WARDEN 31
#define JOB_DISPLAY_ORDER_DETECTIVE 32
#define JOB_DISPLAY_ORDER_SECURITY_OFFICER 33
#define JOB_DISPLAY_ORDER_PRISONER 34