diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/cargo.yml b/Resources/Prototypes/Recipes/Lathes/Packs/cargo.yml index fc6ff6f290..66eefa8d55 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/cargo.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/cargo.yml @@ -26,6 +26,8 @@ - OreBagOfHolding - type: latheRecipePack + parent: + - LogisticsBoards # DeltaV id: CargoBoards recipes: - OreProcessorIndustrialMachineCircuitboard diff --git a/Resources/Prototypes/Research/industrial.yml b/Resources/Prototypes/Research/industrial.yml index e58f651880..c093fc673f 100644 --- a/Resources/Prototypes/Research/industrial.yml +++ b/Resources/Prototypes/Research/industrial.yml @@ -13,6 +13,7 @@ - MiningDrill - MineralScannerEmpty - OreProcessorIndustrialMachineCircuitboard + - SalvageExpeditionsComputerCircuitboard # DeltaV - ClothingMaskWeldingGas - type: technology diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/Packs/logistics.yml b/Resources/Prototypes/_DV/Recipes/Lathes/Packs/logistics.yml index 902af004a3..016a8b2f5f 100644 --- a/Resources/Prototypes/_DV/Recipes/Lathes/Packs/logistics.yml +++ b/Resources/Prototypes/_DV/Recipes/Lathes/Packs/logistics.yml @@ -1,5 +1,10 @@ ## Dynamic +- type: latheRecipePack + id: LogisticsBoards + recipes: + - SalvageExpeditionsComputerCircuitboard + - type: latheRecipePack id: MiningDeltaV recipes: diff --git a/Resources/Prototypes/_DV/Recipes/Lathes/electronics.yml b/Resources/Prototypes/_DV/Recipes/Lathes/electronics.yml index c5cef3c1b8..292f54c934 100644 --- a/Resources/Prototypes/_DV/Recipes/Lathes/electronics.yml +++ b/Resources/Prototypes/_DV/Recipes/Lathes/electronics.yml @@ -22,3 +22,8 @@ parent: [ BaseGoldCircuitboardRecipe, BaseMedicalMachineRecipeCategory ] id: CloningPodMachineCircuitboard result: CloningPodMachineCircuitboard + +- type: latheRecipe + parent: BaseSilverCircuitboardRecipe + id: SalvageExpeditionsComputerCircuitboard + result: SalvageExpeditionsComputerCircuitboard