forked from mirror/Archipelago
fix type
This commit is contained in:
@@ -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)])
|
||||
|
||||
|
||||
Reference in New Issue
Block a user