From 6bb47515cbdfe9548af3ab78a4eb8fa70b9e591b Mon Sep 17 00:00:00 2001 From: Radezolid Date: Mon, 12 May 2025 13:28:16 -0300 Subject: [PATCH] Bugfix - restore the cable module to the lathe (#37361) Restored the cable module --- Resources/Prototypes/Recipes/Lathes/Packs/robotics.yml | 1 + Resources/Prototypes/Recipes/Lathes/robotics.yml | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/robotics.yml b/Resources/Prototypes/Recipes/Lathes/Packs/robotics.yml index d6d88992d7..74483c4ebe 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/robotics.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/robotics.yml @@ -12,6 +12,7 @@ id: BorgModulesStatic recipes: - BorgModuleTool + - BorgModuleCable - BorgModuleFireExtinguisher - type: latheRecipePack diff --git a/Resources/Prototypes/Recipes/Lathes/robotics.yml b/Resources/Prototypes/Recipes/Lathes/robotics.yml index 15f6d7ea6c..3ad2da8596 100644 --- a/Resources/Prototypes/Recipes/Lathes/robotics.yml +++ b/Resources/Prototypes/Recipes/Lathes/robotics.yml @@ -127,6 +127,11 @@ id: BorgModuleTool result: BorgModuleTool +- type: latheRecipe + parent: BaseBorgModuleRecipe + id: BorgModuleCable + result: BorgModuleCable + - type: latheRecipe parent: BaseBorgModuleRecipe id: BorgModuleFireExtinguisher -- 2.51.2