mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-14 17:53:37 -07:00
review concerns
This commit is contained in:
@@ -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)])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user