Fix logs indicating pots are shuffled when they aren't.
This commit is contained in:
2
Main.py
2
Main.py
@@ -114,7 +114,7 @@ def main(args, seed=None, fish=None):
|
|||||||
create_dungeons(world, player)
|
create_dungeons(world, player)
|
||||||
adjust_locations(world, player)
|
adjust_locations(world, player)
|
||||||
|
|
||||||
if any(world.potshuffle):
|
if any(world.potshuffle.values()):
|
||||||
logger.info(world.fish.translate("cli", "cli", "shuffling.pots"))
|
logger.info(world.fish.translate("cli", "cli", "shuffling.pots"))
|
||||||
for player in range(1, world.players + 1):
|
for player in range(1, world.players + 1):
|
||||||
if world.potshuffle[player]:
|
if world.potshuffle[player]:
|
||||||
|
|||||||
Reference in New Issue
Block a user