Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Bugfixes "Update washboard length to be the same as washing kit"
Purpose of change
A 'washboard' is 50 cm long, cut from a 'plank', while a 'washing kit' is 40 cm long. A washing kit is made from a washboard and a scrubbing tool in 1 second (no time to cut). This change reduces the length of a washboard to 40 cm for consistency. See additional context for recipes and item jsons.
Describe the solution
Reduce the length of the washboard to 40 cm.
Describe alternatives you've considered
Increase the length of the washing kit. (50 cm would make it hard to store)
Increase the time it takes to make washing kit, and add a "CUT" quality similar to washboard recipe. (seems excessive for creating a washing kit)
Testing
JSON only change, ran ./cataclysm-tiles in git repo with updated json files to verify change
Additional context
First PR using github and with CDDA repo, let me know if theres anything I need to do differently
Washboard + Washing Kit recipes
Washboard + Washing Kit items (pre change)