This commit is contained in:
Fabian Dill
2025-01-09 17:02:36 +01:00
parent 39342ad5d5
commit 775f56036c

View File

@@ -374,7 +374,7 @@ class MultiWorld():
group["replacement_items"][player]))
else:
items_to_add.append(AutoWorld.call_single(self, "create_filler", item_player,
"item_link"))
AutoWorld.FillerReason.item_link))
self.random.shuffle(items_to_add)
self.itempool.extend(items_to_add[:itemcount - len(self.itempool)])