Fix job access levels to be more correct.

e.g. assistants no longer have service.
This commit is contained in:
Pieter-Jan Briers
2020-06-06 22:55:26 +02:00
parent 83f5c4ed04
commit 8cf5ecdec6
6 changed files with 5 additions and 5 deletions

View File

@@ -8,7 +8,6 @@
icon: "Assistant" icon: "Assistant"
access: access:
- Maintenance - Maintenance
- Service
- type: startingGear - type: startingGear
id: AssistantGear id: AssistantGear

View File

@@ -8,7 +8,6 @@
icon: "Chef" icon: "Chef"
access: access:
- Service - Service
- Maintenance
- type: startingGear - type: startingGear
id: ChefGear id: ChefGear

View File

@@ -7,8 +7,7 @@
- Civilian - Civilian
icon: "Clown" icon: "Clown"
access: access:
- Service - Theatre
- Maintenance
- type: startingGear - type: startingGear
id: ClownGear id: ClownGear

View File

@@ -7,7 +7,7 @@
- Civilian - Civilian
icon: "Janitor" icon: "Janitor"
access: access:
- Service - Janitor
- Maintenance - Maintenance
- type: startingGear - type: startingGear

View File

@@ -21,6 +21,8 @@
- Service - Service
- Maintenance - Maintenance
- External - External
- Janitor
- Theatre
- type: startingGear - type: startingGear
id: CaptainGear id: CaptainGear

View File

@@ -16,6 +16,7 @@
- Cargo - Cargo
- Maintenance - Maintenance
- Janitor - Janitor
- Theatre
# I mean they'll give themselves the rest of the access levels *anyways*. # I mean they'll give themselves the rest of the access levels *anyways*.
- type: startingGear - type: startingGear