Skip to content

Commit

Permalink
Remove underscore for electric shears names.
Browse files Browse the repository at this point in the history
  • Loading branch information
CountAlex committed Apr 18, 2020
1 parent 5cfff67 commit d8335c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/tool/pets.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@
{
"id": "elec_shears",
"type": "TOOL",
"name": { "str": "electric_shears", "str_pl": "electric_shears" },
"name": { "str": "electric shears", "str_pl": "electric shears" },
"description": "These electric shears can be used to shear animals quicker.",
"weight": "1200 g",
"volume": "1200 ml",
Expand Down

0 comments on commit d8335c1

Please sign in to comment.