-
Notifications
You must be signed in to change notification settings - Fork 4.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backport fix to not being able to put smaller mags into tac vest #77121
Backport fix to not being able to put smaller mags into tac vest #77121
Conversation
I actually found that same listing and have a list of changes ready to implement once this PR get's merged to bring the vest more in line with the real model. As for the shot shells, PR #51750 has a picture of the vest with a Velcro shot shell holder that goes on that top left pouch. That also seems to be where most of the pockets that the vest has were implemented, although for some reason that top left pocket, the two interior pockets, and the hydration pouch pocket were neglected. |
You would need to commit it to the experimental branch also, this one limit the fix only to 0.H branch |
I've checked master branch and apparently it was already done in #71099 as part of magazine audit. Since it wasn't backported I suggest to merge this PR as an immediate fix to the bug demonstrated in original post and then @AudBobb may be interested in taking a look at the changes in said magazine audit PR to work on changes to tac vest he has in mind. |
Summary
Bugfixes "Not being able to put smaller mags into tac vest"
Purpose of change
Fix #64815
Tac vest doesn't accept small mags when you try to insert them, providing a very confusing message as an explanation:

Describe the solution
Remove

min_item_volume
entries to make tac vest behave the same as other similar items, for example leg ammo pouch.Here's a screen of attempting to insert the same mags into leg ammo pouch:
Describe alternatives you've considered
Testing
After removing the entries all mags within acceptable size limits can be put into tac vest:

Additional context