From 9a0a9ca3294e6ab9bb150f7f810dc41a0093f403 Mon Sep 17 00:00:00 2001 From: CHOMPStation2 <58959929+CHOMPStation2@users.noreply.github.com> Date: Fri, 17 Nov 2023 12:22:15 -0700 Subject: [PATCH] [MIRROR] Hardwood Parquet (#7236) Co-authored-by: Heroman3003 <31296024+Heroman3003@users.noreply.github.com> Co-authored-by: CHOMPStation2 --- 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 c2d74206d6..eb8413eaa0 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