+ Evidence locker, warden locker access and scientist locker fill (#6402)

This commit is contained in:
Peptide90
2022-02-01 06:15:22 +00:00
committed by GitHub
parent 61b83c93f3
commit fe1f7118e6
3 changed files with 25 additions and 2 deletions

View File

@@ -1 +0,0 @@
See https://github.com/space-wizards/space-station-14/pull/2427#issuecomment-718152557

View File

@@ -0,0 +1,15 @@
- type: entity
id: LockerScienceFilled
suffix: Filled
parent: LockerScientist
components:
- type: StorageFill
contents:
- id: ClothingHandsGlovesLatex
prob: 1
- id: ClothingHeadsetScience
prob: 1
- id: ClothingMaskSterile
prob: 1
- id: ClothingOuterCoatLab
prob: 1

View File

@@ -286,7 +286,7 @@
state_open: warden_open
state_closed: warden_door
- type: AccessReader
access: [["Security", "Armory"]] # TODO access [["Brig"]]
access: [["Brig"]]
# Security Officer
- type: entity
@@ -313,6 +313,15 @@
- type: AccessReader
access: [["Security"]] # TODO access [["Detective"]]
- type: entity
id: LockerEvidence
parent: LockerSecurity
name: evidence locker
description: To store bags of bullet casings and detainee belongings.
components:
- type: AccessReader
access: [["Security"]]
# Syndicate
- type: entity
id: LockerSyndicatePersonal