Skip to content

Commit

Permalink
Shift some donor jobs flags
Browse files Browse the repository at this point in the history
  • Loading branch information
m-dzianishchyts committed Jan 5, 2025
1 parent eb1407d commit 8861b69
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions modular_ss220/_defines220/code/job_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,12 @@
#define JOB_CADET (1<<17)
//#define JOB_PILOT (1<<18)

#define JOB_REPRESENTATIVE_TSF (1<<17)
#define JOB_REPRESENTATIVE_USSP (1<<18)
#define JOB_DEALER (1<<19)
#define JOB_VIP_GUEST (1<<20)
#define JOB_BANKER (1<<21)
#define JOB_SECURITY_CLOWN (1<<22)
#define JOB_REPRESENTATIVE_TSF (1<<18)
#define JOB_REPRESENTATIVE_USSP (1<<19)
#define JOB_DEALER (1<<20)
#define JOB_VIP_GUEST (1<<21)
#define JOB_BANKER (1<<22)
#define JOB_SECURITY_CLOWN (1<<23)

#define JOBCAT_LAST_ENGSEC (1<<23)

Expand Down

0 comments on commit 8861b69

Please sign in to comment.