From b306afbf566ddf990bbb69eb4cdd3092822a9a50 Mon Sep 17 00:00:00 2001 From: ArtisticRoomba <145879011+ArtisticRoomba@users.noreply.github.com> Date: Tue, 10 Sep 2024 16:25:22 -0700 Subject: [PATCH] Adds salvage magnet board to the circuit imprinter (#31996) * Adds salvage magnet board to lathe as default recipe, changes board sprite to supply sprite * Adds the salvage magnet board to the QM's locker, science cannot be trusted and never should be * my body is a machine that turns commits pushed to the wrong branch into machinations on git --------- Co-authored-by: PJBot --- Resources/Prototypes/Catalog/Fills/Lockers/heads.yml | 1 + .../Objects/Devices/Circuitboards/Machine/production.yml | 2 ++ Resources/Prototypes/Entities/Structures/Machines/lathe.yml | 1 + Resources/Prototypes/Recipes/Lathes/electronics.yml | 5 +++++ 4 files changed, 9 insertions(+) diff --git a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml index 9d4ea4af51..d318963016 100644 --- a/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml +++ b/Resources/Prototypes/Catalog/Fills/Lockers/heads.yml @@ -9,6 +9,7 @@ - id: CargoSaleComputerCircuitboard - id: CargoShuttleComputerCircuitboard - id: CargoShuttleConsoleCircuitboard + - id: SalvageMagnetMachineCircuitboard - id: CigPackGreen prob: 0.50 - id: ClothingHeadsetAltCargo diff --git a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml index 8e0860c181..fd0ff475df 100644 --- a/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml +++ b/Resources/Prototypes/Entities/Objects/Devices/Circuitboards/Machine/production.yml @@ -1208,6 +1208,8 @@ name: salvage magnet machine board description: A machine printed circuit board for a salvage magnet. components: + - type: Sprite + state: supply - type: MachineBoard prototype: SalvageMagnet stackRequirements: diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index 7a32159499..a905bc73da 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -449,6 +449,7 @@ - SpaceHeaterMachineCircuitBoard - CutterMachineCircuitboard - StationAnchorCircuitboard + - SalvageMagnetMachineCircuitboard dynamicRecipes: - ThermomachineFreezerMachineCircuitBoard - HellfireFreezerMachineCircuitBoard diff --git a/Resources/Prototypes/Recipes/Lathes/electronics.yml b/Resources/Prototypes/Recipes/Lathes/electronics.yml index e1295dd83d..67651dd373 100644 --- a/Resources/Prototypes/Recipes/Lathes/electronics.yml +++ b/Resources/Prototypes/Recipes/Lathes/electronics.yml @@ -332,6 +332,11 @@ id: OreProcessorIndustrialMachineCircuitboard result: OreProcessorIndustrialMachineCircuitboard +- type: latheRecipe + parent: BaseGoldCircuitboardRecipe + id: SalvageMagnetMachineCircuitboard + result: SalvageMagnetMachineCircuitboard + - type: latheRecipe parent: BaseGoldCircuitboardRecipe id: RipleyCentralElectronics -- 2.51.2