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.
This tool now moves quivers to the end of the unit's inventory list, and splits instead of combining ammo stacks to ensure training units have more than one stack of training ammo in their quivers.
Discord discussion for reference:
https://discord.com/channels/793331351645323264/873014631315148840/1423311023254933576
Once again, there is a limitation I could not overcome; I could not pair the newly split ammo items to the units without causing the game to reshuffle the ammo/unit pairings for the whole squad, which includes ammo items that were already inside the units' quivers. Since it would've been highly undesirable, I compromised by leaving the new items on the ground and adding them to the squad's assignment for the game to pair them to units via the normal way.