Experimental and Crossed mode updated with monte carlo division of sectors

This commit is contained in:
randall.rupper
2019-09-17 13:53:30 -06:00
parent a38ef2820a
commit 27ea522499
2 changed files with 153 additions and 485 deletions

View File

@@ -311,7 +311,7 @@ def fill_prizes(world, attempts=15):
random.shuffle(prize_locs)
fill_restrictive(world, all_state, prize_locs, prizepool)
except FillError as e:
logging.getLogger('').info("Failed to place dungeon prizes (%s). Will retry %s more times", e, attempts)
logging.getLogger('').info("Failed to place dungeon prizes (%s). Will retry %s more times", e, attempts - attempt)
for location in empty_crystal_locations:
location.item = None
continue