From bd5848a0e385fbdd799c6fbf11516dbebd878787 Mon Sep 17 00:00:00 2001 From: lolman360 <22850904+lolman360@users.noreply.github.com> Date: Mon, 24 Aug 2020 08:52:42 +1000 Subject: [PATCH] Update recipes_misc.dm --- code/datums/components/crafting/recipes/recipes_misc.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/components/crafting/recipes/recipes_misc.dm b/code/datums/components/crafting/recipes/recipes_misc.dm index 7166813ff5..ca1b65e220 100644 --- a/code/datums/components/crafting/recipes/recipes_misc.dm +++ b/code/datums/components/crafting/recipes/recipes_misc.dm @@ -161,7 +161,7 @@ /datum/crafting_recipe/basaltanvil name = "Basalt Anvil" - result = /obj/structure/anvil/obtainable/sandstone + result = /obj/structure/anvil/obtainable/basalt time = 200 reqs = list(/obj/item/basaltblock = 5) tools = list(TOOL_CROWBAR)