diff --git a/Main.py b/Main.py index dd3f6cd2..cf33e7bf 100644 --- a/Main.py +++ b/Main.py @@ -114,7 +114,7 @@ def main(args, seed=None, fish=None): create_dungeons(world, player) adjust_locations(world, player) - if any(world.potshuffle): + if any(world.potshuffle.values()): logger.info(world.fish.translate("cli", "cli", "shuffling.pots")) for player in range(1, world.players + 1): if world.potshuffle[player]: