diff --git a/Rules.py b/Rules.py index c1a75500..404e4332 100644 --- a/Rules.py +++ b/Rules.py @@ -1614,8 +1614,7 @@ def set_bunny_rules(world, player): if location.name in OWGSets.get_superbunny_accessible_locations(): possible_options.append(lambda state: path_to_access_rule(new_path, entrance) and state.has_Mirror(player)) continue - else: - continue + continue if new_region.is_dark_world: queue.append((new_region, new_path)) else: @@ -1716,8 +1715,7 @@ def set_inverted_bunny_rules(world, player): if location.name in OWGSets.get_superbunny_accessible_locations(): possible_options.append(lambda state: path_to_access_rule(new_path, entrance) and state.has_Mirror(player)) continue - else: - continue + continue if new_region.is_light_world: queue.append((new_region, new_path)) else: