Access fixes (#6215)
This commit is contained in:
@@ -92,7 +92,7 @@
|
|||||||
id: CrateServicePersonnel
|
id: CrateServicePersonnel
|
||||||
name: personnel crate
|
name: personnel crate
|
||||||
description: Contains a box of blank ID cards and PDAs.
|
description: Contains a box of blank ID cards and PDAs.
|
||||||
parent: CrateGenericSteel
|
parent: CrateCommandSecure
|
||||||
components:
|
components:
|
||||||
- type: StorageFill
|
- type: StorageFill
|
||||||
contents:
|
contents:
|
||||||
|
|||||||
@@ -32,7 +32,7 @@
|
|||||||
state_open: qm_open
|
state_open: qm_open
|
||||||
state_closed: qm_door
|
state_closed: qm_door
|
||||||
- type: AccessReader
|
- type: AccessReader
|
||||||
access: [["Cargo"]] # TODO access [["Quartermaster"]]
|
access: [["Quartermaster"]]
|
||||||
|
|
||||||
# Command
|
# Command
|
||||||
- type: entity
|
- type: entity
|
||||||
|
|||||||
@@ -543,6 +543,35 @@
|
|||||||
- type: StorageVisualizer
|
- type: StorageVisualizer
|
||||||
state_open: weaponcrate_open
|
state_open: weaponcrate_open
|
||||||
state_closed: weaponcrate_door
|
state_closed: weaponcrate_door
|
||||||
|
|
||||||
|
- type: entity
|
||||||
|
id: CrateCommandSecure
|
||||||
|
name: command crate
|
||||||
|
parent: CrateBaseSecure
|
||||||
|
components:
|
||||||
|
- type: AccessReader
|
||||||
|
access: [["Command"]]
|
||||||
|
- type: Lock
|
||||||
|
- type: Sprite
|
||||||
|
sprite: Structures/Storage/Crates/secure.rsi
|
||||||
|
layers:
|
||||||
|
- state: securecrate
|
||||||
|
- state: securecrate_door
|
||||||
|
map: ["enum.StorageVisualLayers.Door"]
|
||||||
|
- state: welded
|
||||||
|
visible: false
|
||||||
|
map: ["enum.StorageVisualLayers.Welded"]
|
||||||
|
- state: locked
|
||||||
|
map: ["enum.StorageVisualLayers.Lock"]
|
||||||
|
shader: unshaded
|
||||||
|
- type: Icon
|
||||||
|
sprite: Structures/Storage/Crates/secure.rsi
|
||||||
|
state: securecrate_icon
|
||||||
|
- type: Appearance
|
||||||
|
visuals:
|
||||||
|
- type: StorageVisualizer
|
||||||
|
state_open: securecrate_open
|
||||||
|
state_closed: securecrate_door
|
||||||
|
|
||||||
- type: entity
|
- type: entity
|
||||||
id: CrateLivestock
|
id: CrateLivestock
|
||||||
|
|||||||
Binary file not shown.
|
Before Width: | Height: | Size: 8.0 KiB After Width: | Height: | Size: 2.8 KiB |
Reference in New Issue
Block a user