Allow Plando'ing Dungeon Prizes

There be dragons beyond this point.
This commit is contained in:
Fabian Dill
2021-01-24 08:26:39 +01:00
parent ba224535dc
commit 441fa3e5db
3 changed files with 22 additions and 11 deletions

View File

@@ -178,14 +178,14 @@ def main(args, seed=None):
for player in range(1, world.players + 1):
set_rules(world, player)
logger.info('Placing Dungeon Prizes.')
fill_prizes(world)
logger.info("Running Item Plando")
distribute_planned(world)
logger.info('Placing Dungeon Prizes.')
fill_prizes(world)
logger.info('Placing Dungeon Items.')
if args.algorithm in ['balanced', 'vt26'] or any(