Enables warden on Packedstation (#5615)

This commit is contained in:
Mith-randalf
2021-12-03 02:01:18 +00:00
committed by GitHub
parent b8a410a369
commit 916554ad0c
10 changed files with 90 additions and 35 deletions

View File

@@ -284,17 +284,17 @@
- state: green
- state: hos
# - type: entity
# id: SpawnPointWarden
# parent: SpawnPointJobBase
# name: warden
# components:
# - type: SpawnPoint
# job_id: Warden
# - type: Sprite
# layers:
# - state: green
# - state: warden
- type: entity
id: SpawnPointWarden
parent: SpawnPointJobBase
name: warden
components:
- type: SpawnPoint
job_id: Warden
- type: Sprite
layers:
- state: green
- state: warden
- type: entity
id: SpawnPointSecurityOfficer

View File

@@ -54,7 +54,7 @@
components:
- type: AccessReader
access: [["Medical"]]
- type: entity
parent: AirlockChemistry
id: AirlockChemistryLocked
@@ -95,6 +95,14 @@
- type: AccessReader
access: [["Security", "Command"]]
- type: entity
parent: AirlockSecurity
id: AirlockArmoryLocked
suffix: Armory, Locked
components:
- type: AccessReader
access: [["Armory"]]
- type: entity
parent: AirlockCommand
id: AirlockEVALocked

View File

@@ -251,7 +251,7 @@
- type: StorageVisualizer
state: warden
- type: AccessReader
access: [["Security"]] # TODO access [["Brig"]]
access: [["Security", "Armory"]] # TODO access [["Brig"]]
# Security Officer
- type: entity