Renamed regions and exits related to Mountain Entry
This commit is contained in:
6
Rules.py
6
Rules.py
@@ -747,7 +747,8 @@ def default_rules(world, player):
|
||||
set_rule(world.get_entrance('Fairy Ascension Rocks (South)', player), lambda state: state.can_lift_heavy_rocks(player))
|
||||
set_rule(world.get_entrance('TR Pegs Ledge Entry', player), lambda state: state.can_lift_heavy_rocks(player))
|
||||
set_rule(world.get_entrance('TR Pegs Ledge Leave', player), lambda state: state.can_lift_heavy_rocks(player))
|
||||
set_rule(world.get_entrance('Death Mountain Entrance Rock', player), lambda state: state.can_lift_rocks(player))
|
||||
set_rule(world.get_entrance('Mountain Entry Entrance Rock (West)', player), lambda state: state.can_lift_rocks(player))
|
||||
set_rule(world.get_entrance('Mountain Entry Entrance Rock (East)', player), lambda state: state.can_lift_rocks(player))
|
||||
set_rule(world.get_entrance('Kings Grave Outer Rocks', player), lambda state: state.can_lift_heavy_rocks(player))
|
||||
set_rule(world.get_entrance('Kings Grave Inner Rocks', player), lambda state: state.can_lift_heavy_rocks(player))
|
||||
set_rule(world.get_entrance('Potion Shop Rock (South)', player), lambda state: state.can_lift_rocks(player))
|
||||
@@ -1258,7 +1259,8 @@ def ow_bunny_rules(world, player):
|
||||
add_bunny_rule(world.get_entrance('DM Broken Bridge (West)', player), player)
|
||||
add_bunny_rule(world.get_entrance('DM Broken Bridge (East)', player), player)
|
||||
add_bunny_rule(world.get_entrance('TR Pegs Ledge Entry', player), player)
|
||||
add_bunny_rule(world.get_entrance('Death Mountain Entrance Rock', player), player)
|
||||
add_bunny_rule(world.get_entrance('Mountain Entry Entrance Rock (West)', player), player)
|
||||
add_bunny_rule(world.get_entrance('Mountain Entry Entrance Rock (East)', player), player)
|
||||
add_bunny_rule(world.get_entrance('Kings Grave Outer Rocks', player), player)
|
||||
add_bunny_rule(world.get_entrance('Kings Grave Inner Rocks', player), player)
|
||||
add_bunny_rule(world.get_entrance('Potion Shop Rock (South)', player), player)
|
||||
|
||||
Reference in New Issue
Block a user