give station records its own board (#18183)

Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
deltanedas
2023-07-24 03:14:43 +00:00
committed by GitHub
parent 900bfe5d77
commit b0f815cdc6
2 changed files with 12 additions and 1 deletions

View File

@@ -61,6 +61,17 @@
- type: ComputerBoard
prototype: ComputerCriminalRecords
- type: entity
parent: BaseComputerCircuitboard
id: StationRecordsComputerCircuitboard
name: station records computer board
description: A computer printed circuit board for a station records computer.
components:
- type: Sprite
state: cpu_command
- type: ComputerBoard
prototype: ComputerStationRecords
- type: entity
parent: BaseComputerCircuitboard
id: CargoRequestComputerCircuitboard

View File

@@ -316,7 +316,7 @@
energy: 1.6
color: "#1f8c28"
- type: Computer
board: CriminalRecordsComputerCircuitboard
board: StationRecordsComputerCircuitboard
- type: entity
parent: BaseComputer