From b0f815cdc6e607e2717910e476e7ff9fcafb8887 Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Mon, 24 Jul 2023 03:14:43 +0000 Subject: [PATCH] give station records its own board (#18183) Co-authored-by: deltanedas <@deltanedas:kde.org> --- .../Objects/Devices/Circuitboards/computer.yml | 11 +++++++++++ .../Structures/Machines/Computers/computers.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml index b3adc66ead..caa2831509 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/computer.yml @@ -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 diff --git a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml index 9585e250b9..2b2c1fb200 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/Computers/computers.yml @@ -316,7 +316,7 @@ energy: 1.6 color: "#1f8c28" - type: Computer - board: CriminalRecordsComputerCircuitboard + board: StationRecordsComputerCircuitboard - type: entity parent: BaseComputer