From 89cbb100fd52a6ae5cf19f35e426b5627cd3f72f Mon Sep 17 00:00:00 2001 From: deltanedas <39013340+deltanedas@users.noreply.github.com> Date: Tue, 7 May 2024 20:42:28 +0000 Subject: [PATCH] make hyper printer inherit base lathe (#27777) Co-authored-by: deltanedas <@deltanedas:kde.org> --- Resources/Prototypes/Entities/Structures/Machines/lathe.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 294a974184..5830813f8f 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -497,16 +497,12 @@ - type: entity id: CircuitImprinterHyperConvection - parent: CircuitImprinter + parent: [CircuitImprinter, BaseHyperlathe] name: hyper convection circuit imprinter description: A highly-experimental circuit imprinter that harnesses the power of extreme heat to slowly create objects more cost-effectively. components: - type: Sprite sprite: Structures/Machines/circuit_imprinter_hypercon.rsi - - type: Lathe - materialUseMultiplier: 0.5 - timeMultiplier: 1.5 - - type: LatheHeatProducing - type: Machine board: CircuitImprinterHyperConvectionMachineCircuitboard -- 2.52.0