From f9b98fde376a412ceb36cf2e509d32493fde69d3 Mon Sep 17 00:00:00 2001 From: Dragonjspider <140023808+Dragonjspider@users.noreply.github.com> Date: Tue, 24 Jun 2025 20:46:17 -0500 Subject: [PATCH] Fix cutter machine having free techmaint floor tiles (#38557) Fix BaseMaintTileRecipe Changed BaseTileRecipe to BaseMaintTileRecipe --- Resources/Prototypes/Recipes/Lathes/tiles.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Resources/Prototypes/Recipes/Lathes/tiles.yml b/Resources/Prototypes/Recipes/Lathes/tiles.yml index f8ade8bd42..832464069f 100644 --- a/Resources/Prototypes/Recipes/Lathes/tiles.yml +++ b/Resources/Prototypes/Recipes/Lathes/tiles.yml @@ -229,7 +229,7 @@ result: FloorTileItemSteelMaint - type: latheRecipe - parent: BaseTileRecipe + parent: BaseMaintTileRecipe id: FloorTileItemTechmaintDark result: FloorTileItemTechmaintDark -- 2.51.2