criminal records revival (#22510)
This commit is contained in:
@@ -285,8 +285,15 @@
|
||||
parent: BaseComputer
|
||||
id: ComputerCriminalRecords
|
||||
name: criminal records computer
|
||||
description: This can be used to check criminal records.
|
||||
description: This can be used to check criminal records. Only security can modify them.
|
||||
components:
|
||||
- type: CriminalRecordsConsole
|
||||
- type: UserInterface
|
||||
interfaces:
|
||||
- key: enum.CriminalRecordsConsoleKey.Key
|
||||
type: CriminalRecordsConsoleBoundUserInterface
|
||||
- type: ActivatableUI
|
||||
key: enum.CriminalRecordsConsoleKey.Key
|
||||
- type: Sprite
|
||||
layers:
|
||||
- map: ["computerLayerBody"]
|
||||
@@ -303,6 +310,11 @@
|
||||
color: "#1f8c28"
|
||||
- type: Computer
|
||||
board: CriminalRecordsComputerCircuitboard
|
||||
- type: AccessReader
|
||||
access: [["Security"]]
|
||||
- type: GuideHelp
|
||||
guides:
|
||||
- CriminalRecords
|
||||
|
||||
- type: entity
|
||||
parent: BaseComputer
|
||||
|
||||
Reference in New Issue
Block a user