Fix logs indicating pots are shuffled when they aren't.

This commit is contained in:
compiling
2020-12-01 18:29:38 +11:00
parent 70a206fd22
commit c02a890aba

View File

@@ -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]: