Refine hints for crossed dungeon shuffle regardless of the hints setting, since they are also used for the Ganon silvers hint.

Move Hera Basement to the list of inconvenient dungeon locations to exclude it from crossed shuffle.
This commit is contained in:
compiling
2020-10-26 18:01:19 +11:00
parent 46d4fd4b91
commit 8f2b068313
3 changed files with 4 additions and 5 deletions

View File

@@ -545,8 +545,7 @@ def cross_dungeon(world, player):
reassign_boss('GT Lanmolas 2', 'middle', builder, gt, world, player)
reassign_boss('GT Moldorm', 'top', builder, gt, world, player)
if world.hints[player]:
refine_hints(dungeon_builders)
refine_hints(dungeon_builders)
def assign_cross_keys(dungeon_builders, world, player):