OoT ER: Interior and Overworld Entrance Shuffle (#128)

* OoT: add ER retry functionality and custom get_all_state
This all_state does not have events, because they need to be gathered in the world.

* OoT: reenable Interior and Overworld entrance shuffle
This commit is contained in:
espeon65536
2021-11-12 07:58:22 -05:00
committed by GitHub
parent f26d2d5f20
commit 61ae51b30c
3 changed files with 62 additions and 16 deletions

View File

@@ -163,10 +163,10 @@ class MQDungeons(Range):
world_options: typing.Dict[str, type(Option)] = {
"starting_age": StartingAge,
# "shuffle_interior_entrances": InteriorEntrances,
"shuffle_interior_entrances": InteriorEntrances,
"shuffle_grotto_entrances": GrottoEntrances,
"shuffle_dungeon_entrances": DungeonEntrances,
# "shuffle_overworld_entrances": OverworldEntrances,
"shuffle_overworld_entrances": OverworldEntrances,
"owl_drops": OwlDrops,
"warp_songs": WarpSongs,
"spawn_positions": SpawnPositions,