Various improvements to job greetings. (#4777)
This commit is contained in:
committed by
GitHub
parent
eac2fd3cf0
commit
419edc710d
@@ -7,6 +7,7 @@
|
||||
departments:
|
||||
- Cargo
|
||||
icon: "CargoTechnician"
|
||||
supervisors: "the head of personnel" # TODO: Change this to include the QM when it gets in.
|
||||
access:
|
||||
- Cargo
|
||||
- Maintenance
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
# departments:
|
||||
# - Cargo
|
||||
# icon: "QuarterMaster"
|
||||
# supervisors: "the head of personnel"
|
||||
# access:
|
||||
# - Cargo
|
||||
# - Quartermaster
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Assistant"
|
||||
supervisors: "absolutely everyone"
|
||||
access:
|
||||
- Maintenance
|
||||
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Bartender"
|
||||
supervisors: "the head of personnel"
|
||||
access:
|
||||
- Service
|
||||
- Maintenance
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Botanist"
|
||||
supervisors: "the head of personnel"
|
||||
access:
|
||||
- Service
|
||||
- Maintenance
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
# departments:
|
||||
# - Civilian
|
||||
# icon: "Chaplain"
|
||||
# supervisors: "the head of personnel"
|
||||
# access:
|
||||
# - Chapel
|
||||
# - Maintenance
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Chef"
|
||||
supervisors: "the head of personnel"
|
||||
access:
|
||||
- Service
|
||||
- Maintenance
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Clown"
|
||||
supervisors: "the head of personnel"
|
||||
access:
|
||||
- Theatre
|
||||
- Maintenance
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Janitor"
|
||||
supervisors: "the head of personnel"
|
||||
access:
|
||||
- Janitor
|
||||
- Maintenance
|
||||
|
||||
@@ -6,6 +6,7 @@
|
||||
departments:
|
||||
- Civilian
|
||||
icon: "Mime"
|
||||
supervisors: "the head of personnel"
|
||||
access:
|
||||
- Theatre
|
||||
- Maintenance
|
||||
|
||||
@@ -7,6 +7,9 @@
|
||||
departments:
|
||||
- Command
|
||||
icon: "Captain"
|
||||
requireAdminNotify: true
|
||||
joinNotifyCrew: true
|
||||
supervisors: "Nanotrasen officials"
|
||||
access:
|
||||
# All of em.
|
||||
# Could probably do with some kind of wildcard or whatever to automate this.
|
||||
|
||||
@@ -7,6 +7,8 @@
|
||||
- Command
|
||||
- Civilian
|
||||
icon: "HeadOfPersonnel"
|
||||
requireAdminNotify: true
|
||||
supervisors: "the captain"
|
||||
access:
|
||||
- Command
|
||||
- HeadOfPersonnel
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
- Command
|
||||
- Engineering
|
||||
icon: "ChiefEngineer"
|
||||
requireAdminNotify: true
|
||||
supervisors: "the captain"
|
||||
access:
|
||||
- Maintenance
|
||||
- Engineering
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
departments:
|
||||
- Engineering
|
||||
icon: "StationEngineer"
|
||||
supervisors: "the chief engineer"
|
||||
access:
|
||||
- Maintenance
|
||||
- Engineering
|
||||
|
||||
@@ -10,6 +10,8 @@
|
||||
- Command
|
||||
- Medical
|
||||
icon: "ChiefMedicalOfficer"
|
||||
requireAdminNotify: true
|
||||
supervisors: "the captain"
|
||||
access:
|
||||
- Medical
|
||||
- Command
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
departments:
|
||||
- Medical
|
||||
icon: "MedicalDoctor"
|
||||
supervisors: "the chief medical officer"
|
||||
access:
|
||||
- Medical
|
||||
- Maintenance
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
- Command
|
||||
- Science
|
||||
icon: "ResearchDirector"
|
||||
requireAdminNotify: true
|
||||
supervisors: "the captain"
|
||||
access:
|
||||
- Research
|
||||
- Command
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
departments:
|
||||
- Science
|
||||
icon: "Scientist"
|
||||
supervisors: "the research director"
|
||||
access:
|
||||
- Research
|
||||
- Maintenance
|
||||
|
||||
@@ -8,6 +8,8 @@
|
||||
- Command
|
||||
- Security
|
||||
icon: "HeadOfSecurity"
|
||||
requireAdminNotify: true
|
||||
supervisors: "the captain"
|
||||
access:
|
||||
- Command
|
||||
- Brig
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
departments:
|
||||
- Security
|
||||
icon: "SecurityOfficer"
|
||||
supervisors: "the head of security"
|
||||
access:
|
||||
- Security
|
||||
- Maintenance
|
||||
|
||||
@@ -7,6 +7,7 @@
|
||||
# departments:
|
||||
# - Security
|
||||
# icon: "Warden"
|
||||
# supervisors: "the head of security"
|
||||
# access:
|
||||
# - Security
|
||||
# - Brig
|
||||
|
||||
Reference in New Issue
Block a user