I tracked down and fixed the bug Psi caught about wielding into the quiver when it's full--the issue causing ammo to disappear is fixed.
There is a small buglet left--I added the ring interface for asking which ammo should be removed. You might imagine that your new ammo will go into that slot, but currently it won't, due to the design of wield_item(). Instead it will go into the last slot.
I plan to fix this soon, but since this bug is actually kind of bad and it's replaced with a very minor bug I figure I should check in and announce it now.
NOTE: The Overpowered quiver issue is still open!
There is a small buglet left--I added the ring interface for asking which ammo should be removed. You might imagine that your new ammo will go into that slot, but currently it won't, due to the design of wield_item(). Instead it will go into the last slot.
I plan to fix this soon, but since this bug is actually kind of bad and it's replaced with a very minor bug I figure I should check in and announce it now.
NOTE: The Overpowered quiver issue is still open!
Comment