Made new HC region for Inverted access to Bush-blocked area

This commit is contained in:
codemann8
2021-06-07 08:50:08 -05:00
parent b1446361fd
commit 78d89497c3
3 changed files with 6 additions and 1 deletions

View File

@@ -1271,6 +1271,8 @@ def ow_bunny_rules(world, player):
add_bunny_rule(world.get_entrance('Kakariko Southwest Bush (South)', player), player)
add_bunny_rule(world.get_entrance('Kakariko Yard Bush (North)', player), player)
add_bunny_rule(world.get_entrance('Kakariko Yard Bush (South)', player), player)
add_bunny_rule(world.get_entrance('Hyrule Castle Southwest Bush (North)', player), player)
add_bunny_rule(world.get_entrance('Hyrule Castle Southwest Bush (South)', player), player)
add_bunny_rule(world.get_entrance('Hyrule Castle Courtyard Bush (North)', player), player)
add_bunny_rule(world.get_entrance('Hyrule Castle Courtyard Bush (South)', player), player)
add_bunny_rule(world.get_entrance('Hyrule Castle Inner East Rock', player), player)