mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-26 21:23:21 -07:00
Compare commits
1 Commits
webhost_qu
...
Exempt-Med
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3a27156c83 |
3
Fill.py
3
Fill.py
@@ -308,7 +308,8 @@ def remaining_fill(multiworld: MultiWorld,
|
|||||||
logging.debug(f"Moved {item} to start_inventory to prevent fill failure.")
|
logging.debug(f"Moved {item} to start_inventory to prevent fill failure.")
|
||||||
multiworld.push_precollected(item)
|
multiworld.push_precollected(item)
|
||||||
last_batch.append(multiworld.worlds[item.player].create_filler())
|
last_batch.append(multiworld.worlds[item.player].create_filler())
|
||||||
remaining_fill(multiworld, locations, unplaced_items, name + " Start Inventory Retry")
|
unplaced_items = []
|
||||||
|
remaining_fill(multiworld, locations, last_batch, name + " Start Inventory Retry")
|
||||||
else:
|
else:
|
||||||
raise FillError(f"No more spots to place {len(unplaced_items)} items. Remaining locations are invalid.\n"
|
raise FillError(f"No more spots to place {len(unplaced_items)} items. Remaining locations are invalid.\n"
|
||||||
f"Unplaced items:\n"
|
f"Unplaced items:\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user