From 004b2f58b89aabecf82e083436d68747713f1199 Mon Sep 17 00:00:00 2001 From: Putnam3145 Date: Wed, 8 Nov 2023 15:02:47 -0800 Subject: [PATCH] fixes hammer heads being called forks (#6128) ## About The Pull Request ## Why It's Good For The Game ## Changelog :cl: fix: hammer heads are no longer called forks /:cl: --- code/datums/recipe/material_recipes/tools.dm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/datums/recipe/material_recipes/tools.dm b/code/datums/recipe/material_recipes/tools.dm index 304f62e948cf..e3c6044c1d92 100644 --- a/code/datums/recipe/material_recipes/tools.dm +++ b/code/datums/recipe/material_recipes/tools.dm @@ -72,6 +72,6 @@ cost = 4 /datum/stack_recipe/material/tools/simple/hammer_head - name = "fork" + name = "hammer head" result_type = /obj/item/material/hammer_head cost = 8