Enables warden on Packedstation (#5615)
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user