Skip to content

Commit

Permalink
fix: bronze hammer actually made of bronze (#4986)
Browse files Browse the repository at this point in the history
  • Loading branch information
chaosvolt committed Jul 13, 2024
1 parent 0a253d7 commit 0da6cc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/tool/workshop.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
},
{
Expand Down

0 comments on commit 0da6cc8

Please sign in to comment.