Skip to content

Commit

Permalink
Added scrub brush to washing kit recipe
Browse files Browse the repository at this point in the history
Added "brush" to the recipe alongside rags or sponges. I changed the description to be more generic and accurate.
  • Loading branch information
ashGlaw committed Feb 8, 2020
1 parent 9aa7645 commit e48836f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion data/json/items/tool/toileteries.json
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
"id": "wash_kit",
"type": "TOOL",
"name": "washing kit",
"description": "A combination kit of a washboard and a sponge or rag. Everything you need to clean items after the apocalypse.",
"description": "A combination kit of a washboard and a scrubbing tool. Everything you need to clean items after the apocalypse.",
"weight": "80 g",
"volume": "250 ml",
"price": 0,
Expand Down
2 changes: 1 addition & 1 deletion data/json/recipes/recipe_others.json
Original file line number Diff line number Diff line change
Expand Up @@ -4209,7 +4209,7 @@
"reversible": true,
"time": "1 s",
"autolearn": true,
"components": [ [ [ "washboard", 1 ] ], [ [ "sponge", 1 ], [ "rag", 1 ] ] ]
"components": [ [ [ "washboard", 1 ] ], [ [ "sponge", 1 ], [ "rag", 1 ], [ "brush", 1 ] ] ]
},
{
"type": "recipe",
Expand Down

0 comments on commit e48836f

Please sign in to comment.