Skip to content

Commit

Permalink
Engi roles fix
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorDinamit committed Mar 9, 2023
1 parent 806d42e commit c7e85f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maps/intrepid/loadout/_defines.dm
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
#define SUPPLY_ROLES list(/datum/job/qm, /datum/job/cargo_tech, /datum/job/mining)
#define MEDICAL_ROLES list(/datum/job/cmo, /datum/job/senior_doctor, /datum/job/doctor, \
/datum/job/medical_trainee, /datum/job/chemist, /datum/job/psychiatrist)
#define ENGINEERING_ROLES list(/datum/job/ce, /datum/job/senior_engineer, /datum/job/engineer, \
#define ENGINEERING_ROLES list(/datum/job/chief_engineer, /datum/job/senior_engineer, /datum/job/engineer, \
/datum/job/engineer_trainee, /datum/job/roboticist)

#define TERRAGOV_BRANCHES list(/datum/mil_branch/exploration_division, /datum/mil_branch/army, \
Expand Down

0 comments on commit c7e85f5

Please sign in to comment.