From e48836fc403c2dfec9d0be33e8ba44713b301a28 Mon Sep 17 00:00:00 2001 From: ashGlaw Date: Fri, 7 Feb 2020 23:22:49 -0500 Subject: [PATCH] Added scrub brush to washing kit recipe Added "brush" to the recipe alongside rags or sponges. I changed the description to be more generic and accurate. --- data/json/items/tool/toileteries.json | 2 +- data/json/recipes/recipe_others.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/json/items/tool/toileteries.json b/data/json/items/tool/toileteries.json index e4df111948ab8..1cc46d9850e20 100644 --- a/data/json/items/tool/toileteries.json +++ b/data/json/items/tool/toileteries.json @@ -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, diff --git a/data/json/recipes/recipe_others.json b/data/json/recipes/recipe_others.json index f0dc898267475..af0ae42ffb8e3 100644 --- a/data/json/recipes/recipe_others.json +++ b/data/json/recipes/recipe_others.json @@ -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",