From 802119502dbd39ead7698daafe6d9a4fd9ed2674 Mon Sep 17 00:00:00 2001 From: Alchav <59858495+Alchav@users.noreply.github.com> Date: Mon, 31 Oct 2022 23:26:55 -0400 Subject: [PATCH] Core: Fix early items bug with priority locations (#1167) --- Fill.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fill.py b/Fill.py index 105b359134..15af5a9ea4 100644 --- a/Fill.py +++ b/Fill.py @@ -294,7 +294,7 @@ def distribute_items_restrictive(world: MultiWorld) -> None: {len(unplaced_early_items)} items early.") itempool += unplaced_early_items - fill_locations += early_locations + early_priority_locations + fill_locations += early_locations world.random.shuffle(fill_locations) for item in itempool: