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

@@ -64815,6 +64815,48 @@ entities:
- pos: 13.5,-12.5
parent: 0
type: Transform
- uid: 6804
type: AirlockArmoryLocked
components:
- name: Armory
type: MetaData
- pos: 40.5,25.5
parent: 0
type: Transform
- containers:
board: !type:Container
ents: []
type: ContainerContainer
- uid: 6805
type: AirlockArmoryLocked
components:
- name: Armory
type: MetaData
- pos: 39.5,25.5
parent: 0
type: Transform
- containers:
board: !type:Container
ents: []
type: ContainerContainer
- uid: 6806
type: LockerWardenFilled
components:
- pos: 38.5,24.5
parent: 0
type: Transform
- isPlaceable: False
type: PlaceableSurface
- containers:
EntityStorageComponent: !type:Container
ents: []
type: ContainerContainer
- uid: 6807
type: SpawnPointWarden
components:
- pos: 29.5,25.5
parent: 0
type: Transform
- uid: 6808
type: WallReinforced
components:
@@ -109273,26 +109315,6 @@ entities:
type: Transform
- canCollide: False
type: Physics
- uid: 11202
type: AirlockVaultLocked
components:
- pos: 39.5,25.5
parent: 0
type: Transform
- containers:
board: !type:Container
ents: []
type: ContainerContainer
- uid: 11203
type: AirlockVaultLocked
components:
- pos: 40.5,25.5
parent: 0
type: Transform
- containers:
board: !type:Container
ents: []
type: ContainerContainer
- uid: 11204
type: PowerCellMediumStandard
components:

View File

@@ -6095,7 +6095,7 @@ entities:
ents: []
type: ContainerContainer
- uid: 575
type: AirlockVaultLocked
type: AirlockArmoryLocked
components:
- name: Armory
type: MetaData
@@ -35308,6 +35308,12 @@ entities:
type: Physics
- color: '#7F007FFF'
type: AtmosPipeColor
- uid: 3170
type: SpawnPointWarden
components:
- pos: -5.5,14.5
parent: 853
type: Transform
- uid: 3171
type: CableApcExtension
components:
@@ -35601,6 +35607,18 @@ entities:
type: Sprite
- canCollide: False
type: Physics
- uid: 3199
type: LockerWardenFilled
components:
- pos: -11.5,13.5
parent: 853
type: Transform
- isPlaceable: False
type: PlaceableSurface
- containers:
EntityStorageComponent: !type:Container
ents: []
type: ContainerContainer
- uid: 3200
type: CableApcExtension
components:

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