mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Fill: Fix plando removing Usefuls first (#2445)
Co-authored-by: blastron <blastron@mac.com> Co-authored-by: NewSoupVi <57900059+NewSoupVi@users.noreply.github.com>
This commit is contained in:
2
Fill.py
2
Fill.py
@@ -471,7 +471,7 @@ def distribute_items_restrictive(world: MultiWorld) -> None:
|
|||||||
raise FillError(
|
raise FillError(
|
||||||
f"Not enough filler items for excluded locations. There are {len(excludedlocations)} more locations than items")
|
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)
|
remaining_fill(world, defaultlocations, restitempool)
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user