changes - sprites
This commit is contained in:
+13
-9
@@ -23,6 +23,8 @@
|
||||
#define DOCTOR (1<<4)
|
||||
#define GENETICIST (1<<5)
|
||||
#define VIROLOGIST (1<<6)
|
||||
#define PSYCH (1<<7)
|
||||
#define PARAMEDIC (1<<8)
|
||||
|
||||
|
||||
#define CIVILIAN (1<<2)
|
||||
@@ -78,12 +80,14 @@
|
||||
#define JOB_DISPLAY_ORDER_CHEMIST 21
|
||||
#define JOB_DISPLAY_ORDER_GENETICIST 22
|
||||
#define JOB_DISPLAY_ORDER_VIROLOGIST 23
|
||||
#define JOB_DISPLAY_ORDER_RESEARCH_DIRECTOR 24
|
||||
#define JOB_DISPLAY_ORDER_SCIENTIST 25
|
||||
#define JOB_DISPLAY_ORDER_ROBOTICIST 26
|
||||
#define JOB_DISPLAY_ORDER_HEAD_OF_SECURITY 27
|
||||
#define JOB_DISPLAY_ORDER_WARDEN 28
|
||||
#define JOB_DISPLAY_ORDER_DETECTIVE 29
|
||||
#define JOB_DISPLAY_ORDER_SECURITY_OFFICER 30
|
||||
#define JOB_DISPLAY_ORDER_AI 31
|
||||
#define JOB_DISPLAY_ORDER_CYBORG 32
|
||||
#define JOB_DISPLAY_ORDER_PSYCH 24
|
||||
#define JOB_DISPLAY_ORDER_PARAMEDIC 25
|
||||
#define JOB_DISPLAY_ORDER_RESEARCH_DIRECTOR 26
|
||||
#define JOB_DISPLAY_ORDER_SCIENTIST 27
|
||||
#define JOB_DISPLAY_ORDER_ROBOTICIST 28
|
||||
#define JOB_DISPLAY_ORDER_HEAD_OF_SECURITY 29
|
||||
#define JOB_DISPLAY_ORDER_WARDEN 30
|
||||
#define JOB_DISPLAY_ORDER_DETECTIVE 31
|
||||
#define JOB_DISPLAY_ORDER_SECURITY_OFFICER 32
|
||||
#define JOB_DISPLAY_ORDER_AI 33
|
||||
#define JOB_DISPLAY_ORDER_CYBORG 34
|
||||
|
||||
Reference in New Issue
Block a user