Remove redundant access levels and jobs. (#3360)

We do not need access levels like ResearchDirector when Research | Command works fine.

We also do not need a QM.

Etc...
This commit is contained in:
Pieter-Jan Briers
2021-02-23 03:07:40 +01:00
committed by GitHub
parent 0f54a01d24
commit 6a79782fc0
24 changed files with 79 additions and 77 deletions

View File

@@ -76,7 +76,7 @@
broken: true
- type: WiresVisualizer
- type: AccessReader
access: [["Bar"]]
access: [["Service"]]
- type: entity
parent: VendingMachine
@@ -236,7 +236,7 @@
broken: true
- type: WiresVisualizer
- type: AccessReader
access: [["Kitchen"]]
access: [["Service"]]
- type: entity
parent: VendingMachine
@@ -417,7 +417,7 @@
broken: true
- type: WiresVisualizer
- type: AccessReader
access: [["Hydroponics"]]
access: [["Service"]]
- type: entity
parent: VendingMachine
@@ -525,7 +525,7 @@
broken: true
- type: WiresVisualizer
- type: AccessReader
access: [["Hydroponics"]]
access: [["Service"]]
- type: entity
parent: VendingMachine

View File

@@ -9,4 +9,4 @@
- type: StorageVisualizer
state: cabinet
- type: AccessReader
access: [["Bar"]]
access: [["Service"]]

View File

@@ -9,7 +9,7 @@
- type: StorageVisualizer
state: ce
- type: AccessReader
access: [ [ "ChiefEngineer" ] ]
access: [ [ "Engineering", "Command" ] ]
# Electrical supplies
- type: entity

View File

@@ -8,4 +8,4 @@
- type: StorageVisualizer
state: hydro
- type: AccessReader
access: [ [ "Hydroponics" ] ]
access: [ [ "Service" ] ]

View File

@@ -50,4 +50,4 @@
- type: StorageVisualizer
state: cmo
- type: AccessReader
access: [ [ "ChiefMedicalOfficer" ] ]
access: [ [ "Medical", "Command" ] ]

View File

@@ -8,7 +8,7 @@
- type: StorageVisualizer
state: rd
- type: AccessReader
access: [ [ "ResearchDirector" ] ]
access: [ [ "Research", "Command" ] ]
- type: entity
id: LockerScientist

View File

@@ -9,7 +9,7 @@
- type: StorageVisualizer
state: hos
- type: AccessReader
access: [["HeadOfSecurity"]]
access: [["Security", "Command"]]
# Warden
- type: entity

View File

@@ -375,7 +375,7 @@
parent: CrateGeneric
components:
- type: AccessReader
access: [["Science"]]
access: [["Research"]]
- type: SecureEntityStorage
- type: Sprite
sprite: Constructible/Storage/Crates/scicrate_secure.rsi