review concerns

This commit is contained in:
Fabian Dill
2025-01-09 17:00:21 +01:00
parent ce09144261
commit 39342ad5d5
5 changed files with 21 additions and 14 deletions

View File

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