Merge branch 'shop-fill' into multishop-all

This commit is contained in:
pepperpow
2020-12-23 11:29:20 -06:00
5 changed files with 60 additions and 7 deletions

View File

@@ -229,6 +229,7 @@ def flood_items(world):
itempool.remove(item_to_place)
break
def balance_multiworld_progression(world):
balanceable_players = {player for player in range(1, world.players + 1) if world.progression_balancing[player]}
if not balanceable_players: