Station records (#8720)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -65,6 +65,8 @@
|
||||
whitelist:
|
||||
components:
|
||||
- IdCard
|
||||
- type: CrewManifestViewer
|
||||
unsecure: true
|
||||
- type: Tag
|
||||
tags:
|
||||
- DoorBumpOpener
|
||||
|
||||
@@ -15,6 +15,7 @@
|
||||
heldPrefix: default
|
||||
- type: Access
|
||||
- type: IdCard
|
||||
- type: StationRecordKeyStorage
|
||||
- type: Tag
|
||||
tags:
|
||||
- DoorBumpOpener
|
||||
|
||||
@@ -183,6 +183,27 @@
|
||||
- type: Computer
|
||||
board: CriminalRecordsComputerCircuitboard
|
||||
|
||||
- type: entity
|
||||
parent: BaseComputer
|
||||
id: ComputerStationRecords
|
||||
name: station records computer
|
||||
description: This can be used to check station records.
|
||||
components:
|
||||
- type: GeneralStationRecordConsole
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.GeneralStationRecordConsoleKey.Key
|
||||
type: GeneralStationRecordConsoleBoundUserInterface
|
||||
- type: ActivatableUI
|
||||
key: enum.GeneralStationRecordConsoleKey.Key
|
||||
- type: ActivatableUIRequiresPower
|
||||
- type: PointLight
|
||||
radius: 1.5
|
||||
energy: 1.6
|
||||
color: "#1f8c28"
|
||||
- type: Computer
|
||||
board: CriminalRecordsComputerCircuitboard
|
||||
|
||||
- type: entity
|
||||
parent: BaseComputer
|
||||
id: ComputerCrewMonitoring
|
||||
@@ -282,6 +303,7 @@
|
||||
interfaces:
|
||||
- key: enum.IdCardConsoleUiKey.Key
|
||||
type: IdCardConsoleBoundUserInterface
|
||||
- type: CrewManifestViewer
|
||||
- type: Appearance
|
||||
visuals:
|
||||
- type: ComputerVisualizer
|
||||
|
||||
Reference in New Issue
Block a user