Skip to content

Commit

Permalink
oops, forgot to write something
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLX5 committed Aug 23, 2024
1 parent 881b10c commit 5542d99
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions worlds/mmx2/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -199,9 +199,9 @@ def set_rules(world: MMX2World):
lambda state:
state.has(ItemName.maverick_medal, player, world.options.x_hunters_medal_count.value) and
(
state.can_reach(LocationName.agile_defeated) or
state.can_reach(LocationName.serges_defeated) or
state.can_reach(LocationName.violen_defeated)
state.can_reach_location(LocationName.agile_defeated, player) or
state.can_reach_location(LocationName.serges_defeated, player) or
state.can_reach_location(LocationName.violen_defeated, player)
)
)
set_rule(multiworld.get_entrance(f"{RegionName.overdrive_ostrich_arena} -> {RegionName.x_hunter_arena}", player),
Expand Down

0 comments on commit 5542d99

Please sign in to comment.