Update mixed cave shuffle

It now shuffles super bomb into multi-entrance caves
(The list of entrances that owuld be blacksmith safe are marked, but
they are not safe because dwarf will not enter them, we may patch this
eventually)

Also include a missing dungeon region in the hyrule castle dungeon
definition

Include Tower of Hera as a valid old man location in new Full shuffle
This commit is contained in:
Kevin Cathcart
2018-01-20 20:13:48 -05:00
parent c6b67aa088
commit a0237e0863
3 changed files with 69 additions and 11 deletions

View File

@@ -146,6 +146,7 @@ def copy_world(world):
ret.can_access_trock_eyebridge = world.can_access_trock_eyebridge
ret.can_take_damage = world.can_take_damage
ret.difficulty_requirements = world.difficulty_requirements
ret.fix_fake_world = ret.fix_fake_world
create_regions(ret)
create_dungeons(ret)