From 8b3836b7795edccce181460b22b7d80877f36ad3 Mon Sep 17 00:00:00 2001 From: Killian <49700375+KillianKirilenko@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:22:40 +0000 Subject: [PATCH] hardwood parquet --- code/modules/materials/materials/organic/wood.dm | 1 + 1 file changed, 1 insertion(+) diff --git a/code/modules/materials/materials/organic/wood.dm b/code/modules/materials/materials/organic/wood.dm index 4564d654630..e4dd9396ce4 100644 --- a/code/modules/materials/materials/organic/wood.dm +++ b/code/modules/materials/materials/organic/wood.dm @@ -79,6 +79,7 @@ /datum/material/wood/hardwood/generate_recipes() ..() + recipes += new /datum/stack_recipe("parquet wood floor tile", /obj/item/stack/tile/wood/parquet, 1, 4, 20, pass_stack_color = FALSE) for(var/datum/stack_recipe/r_recipe in recipes) if(r_recipe.title == "wood floor tile") recipes -= r_recipe