From 0da6cc89afbc16922ddcf987ed090224592a0aa3 Mon Sep 17 00:00:00 2001 From: Chaosvolt Date: Sat, 13 Jul 2024 00:44:41 -0500 Subject: [PATCH] fix: bronze hammer actually made of bronze (#4986) --- data/json/items/tool/workshop.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/json/items/tool/workshop.json b/data/json/items/tool/workshop.json index 6eeba95d1b31..b8724c790ecc 100644 --- a/data/json/items/tool/workshop.json +++ b/data/json/items/tool/workshop.json @@ -366,7 +366,7 @@ "description": "This is a bronze claw hammer with a wooden grip, commonly used where sparks from a steel hammer might be a safety hazard. You could board up adjacent doors and windows, among myriad other uses.", "weight": "750 g", "bashing": 12, - "material": [ "steel", "wood" ], + "material": [ "bronze", "wood" ], "color": "yellow" }, {