mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
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:
1
Main.py
1
Main.py
@@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user