Makes brig access not an exact copy of armory and gives it to lawyers (#6487)

This commit is contained in:
Rane
2022-02-05 18:08:15 -05:00
committed by GitHub
parent 86d813262b
commit 401b48d850
4 changed files with 19 additions and 9 deletions

View File

@@ -34,7 +34,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Medical"]] access: [["Medical"]]
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorChemistryLocked id: WindoorChemistryLocked
@@ -78,7 +78,7 @@
access: [["Security"]] access: [["Security"]]
- type: Wires - type: Wires
LayoutId: WindoorSecurity LayoutId: WindoorSecurity
- type: entity - type: entity
parent: WindoorSecurityLocked parent: WindoorSecurityLocked
id: WindoorBrigLocked id: WindoorBrigLocked
@@ -86,7 +86,15 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Brig"]] access: [["Brig"]]
- type: entity
parent: WindoorSecurityLocked
id: WindoorArmoryLocked
suffix: Armory, Locked
components:
- type: AccessReader
access: [["Armory"]]
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorEngineeringLocked id: WindoorEngineeringLocked
@@ -94,7 +102,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Engineering"]] access: [["Engineering"]]
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorChapelLocked id: WindoorChapelLocked
@@ -102,7 +110,7 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Chapel"]] access: [["Chapel"]]
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorJanitorLocked id: WindoorJanitorLocked
@@ -110,11 +118,11 @@
components: components:
- type: AccessReader - type: AccessReader
access: [["Janitor"]] access: [["Janitor"]]
- type: entity - type: entity
parent: WindoorSecure parent: WindoorSecure
id: WindoorKitchenLocked id: WindoorKitchenLocked
suffix: Kitchen, Locked suffix: Kitchen, Locked
components: components:
- type: AccessReader - type: AccessReader
access: [["Kitchen"]] access: [["Kitchen"]]

View File

@@ -32,7 +32,7 @@
state_open: qm_open state_open: qm_open
state_closed: qm_door state_closed: qm_door
- type: AccessReader - type: AccessReader
access: [["Quartermaster"]] access: [["Quartermaster"]]
# Command # Command
- type: entity - type: entity
@@ -286,7 +286,7 @@
state_open: warden_open state_open: warden_open
state_closed: warden_door state_closed: warden_door
- type: AccessReader - type: AccessReader
access: [["Brig"]] access: [["Armory"]]
# Security Officer # Security Officer
- type: entity - type: entity

View File

@@ -8,6 +8,7 @@
supervisors: "the head of personnel" supervisors: "the head of personnel"
access: access:
- Service - Service
- Brig
- Maintenance - Maintenance
- type: startingGear - type: startingGear

View File

@@ -9,6 +9,7 @@
canBeAntag: false canBeAntag: false
access: access:
- Security - Security
- Brig
- Maintenance - Maintenance
- Service - Service