From 8cf5ecdec6394057dfdefb879121a7c08210cca0 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Sat, 6 Jun 2020 22:55:26 +0200 Subject: [PATCH] Fix job access levels to be more correct. e.g. assistants no longer have service. --- Resources/Prototypes/Jobs/Civilian/Assistant.yml | 1 - Resources/Prototypes/Jobs/Civilian/Chef.yml | 1 - Resources/Prototypes/Jobs/Civilian/Clown.yml | 3 +-- Resources/Prototypes/Jobs/Civilian/Janitor.yml | 2 +- Resources/Prototypes/Jobs/Command/captain.yml | 2 ++ Resources/Prototypes/Jobs/Command/head_of_personnel.yml | 1 + 6 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Resources/Prototypes/Jobs/Civilian/Assistant.yml b/Resources/Prototypes/Jobs/Civilian/Assistant.yml index 8e178aadd3..38e1f44803 100644 --- a/Resources/Prototypes/Jobs/Civilian/Assistant.yml +++ b/Resources/Prototypes/Jobs/Civilian/Assistant.yml @@ -8,7 +8,6 @@ icon: "Assistant" access: - Maintenance - - Service - type: startingGear id: AssistantGear diff --git a/Resources/Prototypes/Jobs/Civilian/Chef.yml b/Resources/Prototypes/Jobs/Civilian/Chef.yml index 8cd3ed63e8..d4342ccd9b 100644 --- a/Resources/Prototypes/Jobs/Civilian/Chef.yml +++ b/Resources/Prototypes/Jobs/Civilian/Chef.yml @@ -8,7 +8,6 @@ icon: "Chef" access: - Service - - Maintenance - type: startingGear id: ChefGear diff --git a/Resources/Prototypes/Jobs/Civilian/Clown.yml b/Resources/Prototypes/Jobs/Civilian/Clown.yml index 185797bcc5..63f503d0f0 100644 --- a/Resources/Prototypes/Jobs/Civilian/Clown.yml +++ b/Resources/Prototypes/Jobs/Civilian/Clown.yml @@ -7,8 +7,7 @@ - Civilian icon: "Clown" access: - - Service - - Maintenance + - Theatre - type: startingGear id: ClownGear diff --git a/Resources/Prototypes/Jobs/Civilian/Janitor.yml b/Resources/Prototypes/Jobs/Civilian/Janitor.yml index c2bdd04d26..8b18b3d1a7 100644 --- a/Resources/Prototypes/Jobs/Civilian/Janitor.yml +++ b/Resources/Prototypes/Jobs/Civilian/Janitor.yml @@ -7,7 +7,7 @@ - Civilian icon: "Janitor" access: - - Service + - Janitor - Maintenance - type: startingGear diff --git a/Resources/Prototypes/Jobs/Command/captain.yml b/Resources/Prototypes/Jobs/Command/captain.yml index c495133477..dc5ca4269b 100644 --- a/Resources/Prototypes/Jobs/Command/captain.yml +++ b/Resources/Prototypes/Jobs/Command/captain.yml @@ -21,6 +21,8 @@ - Service - Maintenance - External + - Janitor + - Theatre - type: startingGear id: CaptainGear diff --git a/Resources/Prototypes/Jobs/Command/head_of_personnel.yml b/Resources/Prototypes/Jobs/Command/head_of_personnel.yml index 677c8b9a71..a92ccc03e1 100644 --- a/Resources/Prototypes/Jobs/Command/head_of_personnel.yml +++ b/Resources/Prototypes/Jobs/Command/head_of_personnel.yml @@ -16,6 +16,7 @@ - Cargo - Maintenance - Janitor + - Theatre # I mean they'll give themselves the rest of the access levels *anyways*. - type: startingGear