From: Hitlinemoss <209321380+Hitlinemoss@users.noreply.github.com> Date: Sat, 11 Oct 2025 21:35:44 +0000 (-0400) Subject: Durathread can now be printed by autolathes (#40837) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=fbc6dd68585f9ee3d463a132d7e2480a017ad4e5;p=space-station-14.git Durathread can now be printed by autolathes (#40837) * Durathread can now be printed by autolathes * Applied material discount --- 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