Version: galactic-market 0.2.34
Description:
When pulling a legendary Spidertron from the featured banner, it fails with "no space" even though the player inventory has plenty of free slots (1000+ from inventory expansion mod). All other legendary pulls (science packs, mech armor, power armor mk2, fusion reactor equipment) deliver to inventory correctly.
Suspected cause:
The spidertron is the only item-with-entity-data type item in the legendary pool. The space check uses inventory.get_insertable_count({name="spidertron", count=1, quality="legendary"}) — this likely returns 0 for item-with-entity-data items when a quality parameter is included, even when free slots exist.
Steps to reproduce:
1. Open featured banner via personal/mobile market
2. Pull until a legendary Spidertron is rolled
3. Observe "no space" error despite having free inventory space
Also could be problem with inventory expanding mod.