Skip to content

Commit 493a925

Browse files
authored
Fix brush wash action (#72292)
* 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
1 parent bbda3e4 commit 493a925

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

data/json/items/tool/toiletries.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"id": "brush",
2222
"type": "TOOL",
2323
"name": { "str": "scrub brush", "str_pl": "scrub brushes" },
24-
"description": "A simple scrub brush for cleaning soft objects.",
24+
"description": "A simple scrub brush for cleaning hard objects.",
2525
"weight": "70 g",
2626
"volume": "350 ml",
2727
"longest_side": "14 cm",

0 commit comments

Comments
 (0)