From fbc6dd68585f9ee3d463a132d7e2480a017ad4e5 Mon Sep 17 00:00:00 2001 From: Hitlinemoss <209321380+Hitlinemoss@users.noreply.github.com> Date: Sat, 11 Oct 2025 17:35:44 -0400 Subject: [PATCH] Durathread can now be printed by autolathes (#40837) * Durathread can now be printed by autolathes * Applied material discount --- Resources/Prototypes/Recipes/Lathes/Packs/shared.yml | 1 + Resources/Prototypes/Recipes/Lathes/sheet.yml | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/Resources/Prototypes/Recipes/Lathes/Packs/shared.yml b/Resources/Prototypes/Recipes/Lathes/Packs/shared.yml index f0147d9ca5..dce61b5a01 100644 --- a/Resources/Prototypes/Recipes/Lathes/Packs/shared.yml +++ b/Resources/Prototypes/Recipes/Lathes/Packs/shared.yml @@ -4,6 +4,7 @@ id: MaterialsStatic recipes: - SheetRGlass + - MaterialDurathread - type: latheRecipePack id: PartsStatic diff --git a/Resources/Prototypes/Recipes/Lathes/sheet.yml b/Resources/Prototypes/Recipes/Lathes/sheet.yml index 82ceceee77..2c55232363 100644 --- a/Resources/Prototypes/Recipes/Lathes/sheet.yml +++ b/Resources/Prototypes/Recipes/Lathes/sheet.yml @@ -251,3 +251,12 @@ completetime: 1 materials: Cotton: 200 #my pyrocloth keeps catching on fire whenever I make it! + +- type: latheRecipe + id: MaterialDurathread + result: MaterialDurathread1 + applyMaterialDiscount: false + completetime: 0 + materials: + Cloth: 100 + Plastic: 100 -- 2.51.2