Skip to content

Commit

Permalink
Fix brush wash action (CleverRaven#72292)
Browse files Browse the repository at this point in the history
* Fix brush wash action

Description says soft objects, action says hard objects. Two enter, one
leaves.

Change the action to follow description, so we have both available in
houses without need for crafting washboards and washing kits.

* Update scrub brush description, following change requests
  • Loading branch information
andrewhr authored Mar 23, 2024
1 parent bbda3e4 commit 493a925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data/json/items/tool/toiletries.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"id": "brush",
"type": "TOOL",
"name": { "str": "scrub brush", "str_pl": "scrub brushes" },
"description": "A simple scrub brush for cleaning soft objects.",
"description": "A simple scrub brush for cleaning hard objects.",
"weight": "70 g",
"volume": "350 ml",
"longest_side": "14 cm",
Expand Down

0 comments on commit 493a925

Please sign in to comment.