Allow fancy storages to scoop up items
Created by: dylanstrategie
There's nothing quite as boring and underwhelming as inventory management, and it gets worse when it has no impact on gameplay. Carefully slotting donuts in a donut box, or candles in a candle box, or eggs in an egg box, one by one is one of those cases
- All fancy storages now use quick_gather, use_to_pickup and quick_empty
Since those storages only allow one specific item due to their general coding properties, this shouldn't cause any problems. The only storage in this file that could potentially be conflicting is the vial lockbox for obvious reasons, although it does NOT inherit any of the above changes due to its pathing
Fixes #3499 (closed)