feat(balance): wrist and ankle sheaths can fit pocket knives #5977
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.
Purpose of change
Pocket knives have the
SHEATH_KNIFE
flag, but no actual sheath can fit them because back when I sanity-checked the min volume of small sheathes I only had scalpels in mind, and pocket knives are 5 ml smaller.Describe the solution
min_volume
of wrist sheath from 15 ml to 10 ml.min_volume
of ankle sheath from 15 ml to 10 ml.Describe alternatives you've considered
Testing
Checked that there no longer any vanilla
SHEATH_KNIFE
items below the new volume limit.Additional context
Another one spotted by Ekarus. :3
Checklist
Mandatory
closes #1234
in Summary of the PR so it can be closed automatically.main
so it won't cause conflict when updatingmain
branch later.