mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Core: Fix early items bug with priority locations (#1167)
This commit is contained in:
2
Fill.py
2
Fill.py
@@ -294,7 +294,7 @@ def distribute_items_restrictive(world: MultiWorld) -> None:
|
|||||||
{len(unplaced_early_items)} items early.")
|
{len(unplaced_early_items)} items early.")
|
||||||
itempool += unplaced_early_items
|
itempool += unplaced_early_items
|
||||||
|
|
||||||
fill_locations += early_locations + early_priority_locations
|
fill_locations += early_locations
|
||||||
world.random.shuffle(fill_locations)
|
world.random.shuffle(fill_locations)
|
||||||
|
|
||||||
for item in itempool:
|
for item in itempool:
|
||||||
|
Reference in New Issue
Block a user