Let's imagine following situation. During combat, 3 soldiers have same weapon and ammunition. First soldier shooted 10 bullets, Second 12, Last - 8. Standard clip capacity is 20 bullets. Remaining bullets in the soldier's weapon are 10, 8 and 12.
Current game behavior: all will disappear. Where will 10+8+12 bullets are?
Proposed game behavior: let the game combine remained bullets and keep 1 clips - 10+8+12 = 30 bullets = 1 full clip.
Also, not every clips can be combined. For example, the plasma accumulators cannot be combined with each other. I thing it can be controlled by new boolean value in the
items definition.