Fill: fix priority_locations being undone by prog_balancing shop shuffle and other late-fills (#513)
This commit is contained in:
parent
5f4b2cfa52
commit
44638ccc1a
2
Fill.py
2
Fill.py
|
@ -166,7 +166,7 @@ def distribute_items_restrictive(world: MultiWorld) -> None:
|
|||
defaultlocations = locations[LocationProgressType.DEFAULT]
|
||||
excludedlocations = locations[LocationProgressType.EXCLUDED]
|
||||
|
||||
fill_restrictive(world, world.state, prioritylocations, progitempool)
|
||||
fill_restrictive(world, world.state, prioritylocations, progitempool, lock=True)
|
||||
if prioritylocations:
|
||||
defaultlocations = prioritylocations + defaultlocations
|
||||
|
||||
|
|
Loading…
Reference in New Issue