+ Evidence locker, warden locker access and scientist locker fill (#6402)
This commit is contained in:
@@ -1 +0,0 @@
|
|||||||
See https://github.com/space-wizards/space-station-14/pull/2427#issuecomment-718152557
|
|
||||||
15
Resources/Prototypes/Catalog/Fills/Lockers/science.yml
Normal file
15
Resources/Prototypes/Catalog/Fills/Lockers/science.yml
Normal 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
|
||||||
@@ -286,7 +286,7 @@
|
|||||||
state_open: warden_open
|
state_open: warden_open
|
||||||
state_closed: warden_door
|
state_closed: warden_door
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Security", "Armory"]] # TODO access [["Brig"]]
|
access: [["Brig"]]
|
||||||
|
|
||||||
# Security Officer
|
# Security Officer
|
||||||
- type: entity
|
- type: entity
|
||||||
@@ -313,6 +313,15 @@
|
|||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Security"]] # TODO access [["Detective"]]
|
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
|
# Syndicate
|
||||||
- type: entity
|
- type: entity
|
||||||
id: LockerSyndicatePersonal
|
id: LockerSyndicatePersonal
|
||||||
|
|||||||
Reference in New Issue
Block a user