criminal records revival (#22510)

This commit is contained in:
deltanedas
2024-02-04 23:29:35 +00:00
committed by GitHub
parent c856dd7506
commit 683591ab04
34 changed files with 1564 additions and 339 deletions

View File

@@ -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