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 "Adds repair-like tags to ties and wallets"
Purpose of change
Wallets and ties had no repair-like tags and this combined with them being uncraftable made them default to require tailoring 10 to repair which is absurd. Also, fixes #59769
Describe the solution
Added repairs-like tags to most wallets and all the ties. Regular wallet repairs like a backpack, all the leather wallets repair like a leather belt and all the ties repair like a t-shirt. Also added a no-repair flag for the duct tape wallet.
Describe alternatives you've considered
I initially tried to make duct tape wallets repairable with duct tape using the newly added repairs-with tag but that doesn't work since duct tape is not a material.
Testing
Seems to work fine. Testing revealed that the master plan to make duct tape wallets repair with duct tape isn't possible currently, though.
Additional context