Skip to content

Commit

Permalink
Fill: Fix plando removing Usefuls first (ArchipelagoMW#2445)
Browse files Browse the repository at this point in the history
Co-authored-by: blastron <[email protected]>
Co-authored-by: NewSoupVi <[email protected]>
  • Loading branch information
3 people authored Nov 24, 2023
1 parent 1ff8ed3 commit a8e0342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Fill.py
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ def mark_for_locking(location: Location):
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)

Expand Down

0 comments on commit a8e0342

Please sign in to comment.