Skip to content

Commit

Permalink
bing bong tiny fix
Browse files Browse the repository at this point in the history
  • Loading branch information
QuacksQ committed Oct 6, 2024
1 parent 6fcb88c commit d09cca1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
6 changes: 1 addition & 5 deletions code/__DEFINES/jobs.dm
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,7 @@
//Security
#define JOB_WARDEN "Warden"
#define JOB_DETECTIVE "Detective"
#define JOB_SECURITY_OFFICER "Enforcer"
#define JOB_SECURITY_OFFICER_MEDICAL "Security Officer (Medical)"
#define JOB_SECURITY_OFFICER_ENGINEERING "Security Officer (Engineering)"
#define JOB_SECURITY_OFFICER_SCIENCE "Security Officer (Science)"
#define JOB_SECURITY_OFFICER_SUPPLY "Security Officer (Cargo)"
#define JOB_SECURITY_OFFICER "Security Officer"
//Engineering
#define JOB_STATION_ENGINEER "Technician"
#define JOB_ATMOSPHERIC_TECHNICIAN "Atmospheric Technician"
Expand Down
6 changes: 1 addition & 5 deletions code/game/machinery/computer/crew.dm
Original file line number Diff line number Diff line change
Expand Up @@ -101,11 +101,7 @@ GLOBAL_DATUM_INIT(crewmonitor, /datum/crewmonitor, new)
JOB_HEAD_OF_SECURITY = 10,
JOB_WARDEN = 11,
JOB_SECURITY_OFFICER = 12,
JOB_SECURITY_OFFICER_MEDICAL = 13,
JOB_SECURITY_OFFICER_ENGINEERING = 14,
JOB_SECURITY_OFFICER_SCIENCE = 15,
JOB_SECURITY_OFFICER_SUPPLY = 16,
JOB_DETECTIVE = 17,
JOB_DETECTIVE = 13,
// 20-29: Medbay
JOB_CHIEF_MEDICAL_OFFICER = 20,
JOB_CHEMIST = 21,
Expand Down

0 comments on commit d09cca1

Please sign in to comment.