From: Tayrtahn Date: Sun, 15 Dec 2024 21:02:32 +0000 (-0500) Subject: Separate RGlass recipe for autolathe and ore processor (#33876) X-Git-Url: https://git.smokeofanarchy.ru/gitweb.cgi?a=commitdiff_plain;h=5958801182b35bb1e78095f18b180d3069ad7394;p=space-station-14.git Separate RGlass recipe for autolathe and ore processor (#33876) --- diff --git a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml index e828fe784e..d511f5b1af 100644 --- a/Resources/Prototypes/Entities/Structures/Machines/lathe.yml +++ b/Resources/Prototypes/Entities/Structures/Machines/lathe.yml @@ -1207,7 +1207,7 @@ staticRecipes: - SheetSteel - SheetGlass1 - - SheetRGlass + - SheetRGlassRaw - SheetPlasma1 - SheetPGlass1 - SheetRPGlass1 @@ -1233,7 +1233,7 @@ staticRecipes: - SheetSteel - SheetGlass1 - - SheetRGlass + - SheetRGlassRaw - SheetPlasma1 - SheetPGlass1 - SheetRPGlass1 diff --git a/Resources/Prototypes/Recipes/Lathes/sheet.yml b/Resources/Prototypes/Recipes/Lathes/sheet.yml index 5772aa032f..0712211972 100644 --- a/Resources/Prototypes/Recipes/Lathes/sheet.yml +++ b/Resources/Prototypes/Recipes/Lathes/sheet.yml @@ -28,10 +28,20 @@ materials: RawQuartz: 3000 +# This version is for the autolathe - type: latheRecipe id: SheetRGlass result: SheetRGlass1 completetime: 0 + materials: + Glass: 100 + Steel: 50 + +# This version is for the ore processor +- type: latheRecipe + id: SheetRGlassRaw + result: SheetRGlass1 + completetime: 0 materials: RawQuartz: 100 RawIron: 50