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

@@ -10,3 +10,6 @@
#- type: accessLevel
# id: Detective
- type: accessLevel
id: Armory

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

View File

@@ -64,6 +64,7 @@
HeadOfSecurity: [ 1, 1 ]
SecurityOfficer: [ 2, 3 ]
Chaplain: [ 1, 1 ]
Warden: [ 1, 1 ]
- type: gameMap
id: knightship

View File

@@ -19,6 +19,7 @@
- HeadOfPersonnel
- Command
- Security
- Armory
# - Brig
- Engineering
- Medical

View File

@@ -14,6 +14,7 @@
- Command
# - Brig
- Security
- Armory
- Maintenance
- Service

View File

@@ -6,9 +6,10 @@
- Security
icon: "Warden"
supervisors: "the head of security"
canBeAntag: false
access:
- Security
# - Brig
- Armory
- Maintenance
- Service