Skip to content

Commit

Permalink
Revert "Independent Assistants (#18371)"
Browse files Browse the repository at this point in the history
This reverts commit d9a3901.
  • Loading branch information
Arrow768 committed Feb 11, 2024
1 parent 550468f commit dfb47b0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions code/__DEFINES/jobs.dm
Expand Up @@ -8,7 +8,6 @@
#define CONSULAR_ROLE /datum/job/consular
#define JOURNALIST_ROLE /datum/job/journalist
#define CHAPLAIN_ROLE /datum/job/chaplain
#define ASSISTANT_ROLE /datum/job/assistant

//Event Roles
//Used for generic department jobs for off-ship events
Expand Down Expand Up @@ -48,4 +47,4 @@
#define ZENG_ROLES list(SCIENCE_ROLES, MEDICAL_ROLES, CIVILIAN_ROLES, REPRESENTATIVE_ROLE)
#define HEPH_ROLES list(OPERATIONS_ROLES, ENGINEERING_ROLES, CIVILIAN_ROLES, REPRESENTATIVE_ROLE)
#define ORION_ROLES list(OPERATIONS_ROLES, CIVILIAN_ROLES, REPRESENTATIVE_ROLE, SERVICE_ROLES)
#define INDEP_ROLES list(NON_CREW_CIVILIAN_ROLES, CONSULAR_ROLE, CHAPLAIN_ROLE, OFF_DUTY_CREW_MEMBER_ROLE, JOURNALIST_ROLE, ASSISTANT_ROLE)
#define INDEP_ROLES list(NON_CREW_CIVILIAN_ROLES, CONSULAR_ROLE, CHAPLAIN_ROLE, OFF_DUTY_CREW_MEMBER_ROLE, JOURNALIST_ROLE)

0 comments on commit dfb47b0

Please sign in to comment.