mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-08-28 23:51:17 +01:00
Diplomatic Bodyguards (#20733)
Adds diplomatic bodyguards, similar to aides, the consular can open this role. The consular's gun has been given to the guard.
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
#define JOURNALIST_ROLE /datum/job/journalist
|
||||
#define CHAPLAIN_ROLE /datum/job/chaplain
|
||||
#define DIPLOMATIC_AIDE_ROLE /datum/job/diplomatic_aide
|
||||
#define DIPLOMATIC_BODYGUARD_ROLE /datum/job/diplomatic_bodyguard
|
||||
#define CORPORATE_AIDE_ROLE /datum/job/corporate_aide
|
||||
|
||||
//Event Roles
|
||||
@@ -49,4 +50,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, JOURNALIST_ROLE, CHAPLAIN_ROLE, OFF_DUTY_CREW_MEMBER_ROLE, JOURNALIST_ROLE, DIPLOMATIC_AIDE_ROLE)
|
||||
#define INDEP_ROLES list(NON_CREW_CIVILIAN_ROLES, CONSULAR_ROLE, JOURNALIST_ROLE, CHAPLAIN_ROLE, OFF_DUTY_CREW_MEMBER_ROLE, JOURNALIST_ROLE, DIPLOMATIC_AIDE_ROLE, DIPLOMATIC_BODYGUARD_ROLE)
|
||||
|
||||
Reference in New Issue
Block a user