mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-08-28 19:06:40 -07:00
Fill: Fix plando removing Usefuls first (#2445)
Co-authored-by: blastron <[email protected]> Co-authored-by: NewSoupVi <[email protected]>
This commit is contained in:
co-authored by
blastron
NewSoupVi
parent
1ff8ed396b
commit
a8e03420ec
@@ -471,7 +471,7 @@ def distribute_items_restrictive(world: MultiWorld) -> None:
|
||||
raise FillError(
|
||||
f"Not enough filler items for excluded locations. There are {len(excludedlocations)} more locations than items")
|
||||
|
||||
restitempool = usefulitempool + filleritempool
|
||||
restitempool = filleritempool + usefulitempool
|
||||
|
||||
remaining_fill(world, defaultlocations, restitempool)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user