Skip to content

Commit

Permalink
the thing (#9981)
Browse files Browse the repository at this point in the history
  • Loading branch information
Penwin0 authored Oct 9, 2023
1 parent 7db7f0b commit b31cff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions code/__DEFINES/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -96,9 +96,8 @@
#define JOB_DISPLAY_ORDER_DETECTIVE 30
#define JOB_DISPLAY_ORDER_SECURITY_OFFICER 31
#define JOB_DISPLAY_ORDER_BRIG_PHYS 32
#define JOB_DISPLAY_ORDER_DEPUTY 33
#define JOB_DISPLAY_ORDER_AI 34
#define JOB_DISPLAY_ORDER_CYBORG 35
#define JOB_DISPLAY_ORDER_AI 33
#define JOB_DISPLAY_ORDER_CYBORG 34


#define DEPT_BITFLAG_COM (1<<0)
Expand Down
2 changes: 1 addition & 1 deletion code/modules/jobs/job_types/deputy.dm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
payment_per_department = list(ACCOUNT_SEC_ID = PAYCHECK_EASY)
mind_traits = list(TRAIT_LAW_ENFORCEMENT_METABOLISM)

display_order = JOB_DISPLAY_ORDER_DEPUTY //see code/__DEFINES/jobs.dm
show_in_prefs = FALSE

/datum/outfit/job/deputy
name = JOB_NAME_DEPUTY
Expand Down

0 comments on commit b31cff4

Please sign in to comment.