give station records its own board (#18183)
Co-authored-by: deltanedas <@deltanedas:kde.org>
This commit is contained in:
parent
900bfe5d77
commit
b0f815cdc6
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -316,7 +316,7 @@
|
|||
energy: 1.6
|
||||
color: "#1f8c28"
|
||||
- type: Computer
|
||||
board: CriminalRecordsComputerCircuitboard
|
||||
board: StationRecordsComputerCircuitboard
|
||||
|
||||
- type: entity
|
||||
parent: BaseComputer
|
||||
|
|
|
|||
Loading…
Reference in New Issue