While mostly of use to archers, this change is probably worth noting for all.
At reboot, stackable items (such as merchant-made arrows) will be easier to
handle by their labels. For example, let's say you had a stack of 100 arrows
labeled as "fire":
-- "drop fire" would drop the entire bundle, as it does now.
-- "drop 50 arrows" would drop 50 of the arrows, as it does now.
-- "drop bundle of 50 arrows" would do the same.
-- "drop 50 fire" and "drop bundle of 50 fire" will now also work.
-- for the grammar police out there, "drop 50 fires" and "drop bundle of 50
fires" should also work.
Hopefully this helps make inventory management a little easier.