From 078badbd89c357aaa8dc755b650a8c73e8a5e958 Mon Sep 17 00:00:00 2001 From: Casper3667 <8396443+Casper3667@users.noreply.github.com> Date: Fri, 6 Feb 2026 21:25:55 +0100 Subject: [PATCH] Add hammers to the autolathe (#21813) They should have been there, they were not. Now they are. --- code/modules/fabrication/designs/general/designs_tools.dm | 4 ++++ html/changelogs/HammerTime.yml | 6 ++++++ 2 files changed, 10 insertions(+) create mode 100644 html/changelogs/HammerTime.yml diff --git a/code/modules/fabrication/designs/general/designs_tools.dm b/code/modules/fabrication/designs/general/designs_tools.dm index 5646c16958b..564cfa1f6b1 100644 --- a/code/modules/fabrication/designs/general/designs_tools.dm +++ b/code/modules/fabrication/designs/general/designs_tools.dm @@ -45,3 +45,7 @@ ABSTRACT_TYPE(/singleton/fabricator_recipe/tools) /singleton/fabricator_recipe/tools/minihoe name = "mini hoe" path = /obj/item/material/minihoe + +/singleton/fabricator_recipe/tools/hammer + name = "hammer" + path = /obj/item/hammer diff --git a/html/changelogs/HammerTime.yml b/html/changelogs/HammerTime.yml new file mode 100644 index 00000000000..3c35763402d --- /dev/null +++ b/html/changelogs/HammerTime.yml @@ -0,0 +1,6 @@ +author: TheGreyWolf + +delete-after: True + +changes: + - bugfix: "Added hammers to the autolathe."