Skip to content

Commit

Permalink
Merge pull request #37825 from ashGlaw/Washing-Kit-Recipe-Expansion
Browse files Browse the repository at this point in the history
Added scrub brush to washing kit recipe
  • Loading branch information
ZhilkinSerg authored Feb 8, 2020
2 parents f7bc0e6 + e48836f commit cb1289a
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 cb1289a

Please sign in to comment.