Skip to content

Commit

Permalink
Adds salvage magnet board to the circuit imprinter (#31996)
Browse files Browse the repository at this point in the history
* 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 <pieterjan.briers+bot@gmail.com>
  • Loading branch information
ArtisticRoomba and PJBot authored Sep 10, 2024
1 parent 35bc409 commit b306afb
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions Resources/Prototypes/Catalog/Fills/Lockers/heads.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
- id: CargoSaleComputerCircuitboard
- id: CargoShuttleComputerCircuitboard
- id: CargoShuttleConsoleCircuitboard
- id: SalvageMagnetMachineCircuitboard
- id: CigPackGreen
prob: 0.50
- id: ClothingHeadsetAltCargo
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,7 @@
- SpaceHeaterMachineCircuitBoard
- CutterMachineCircuitboard
- StationAnchorCircuitboard
- SalvageMagnetMachineCircuitboard
dynamicRecipes:
- ThermomachineFreezerMachineCircuitBoard
- HellfireFreezerMachineCircuitBoard
Expand Down
5 changes: 5 additions & 0 deletions Resources/Prototypes/Recipes/Lathes/electronics.yml
Original file line number Diff line number Diff line change
Expand Up @@ -332,6 +332,11 @@
id: OreProcessorIndustrialMachineCircuitboard
result: OreProcessorIndustrialMachineCircuitboard

- type: latheRecipe
parent: BaseGoldCircuitboardRecipe
id: SalvageMagnetMachineCircuitboard
result: SalvageMagnetMachineCircuitboard

- type: latheRecipe
parent: BaseGoldCircuitboardRecipe
id: RipleyCentralElectronics
Expand Down

0 comments on commit b306afb

Please sign in to comment.