Skip to content

Commit

Permalink
Merge pull request #39680 from CountAlex/electric_shears
Browse files Browse the repository at this point in the history
Remove underscore for electric shears names.
  • Loading branch information
ZhilkinSerg authored Apr 18, 2020
2 parents f94cfe1 + d8335c1 commit 798781b
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 798781b

Please sign in to comment.