Skip to content

Commit

Permalink
fix ikana logic
Browse files Browse the repository at this point in the history
  • Loading branch information
LittleCube-hax committed Sep 7, 2024
1 parent 00b608a commit 2e819c8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions worlds/mm_recomp/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -469,12 +469,12 @@ def get_location_rules(player):
# ~ lambda state: (can_use_ice_arrows(state, player) and can_use_fire_arrows(state, player) and state.has("Small Key (Great Bay Temple)", player) and state.has("Boss Key (Great Bay Temple)", player)) or (state.has("Gyorg's Remains", player) and state.has("Progressive Bow", player)),


# ~ "Road to Ikana Pillar Chest":
# ~ lambda state: state.has("Hookshot", player),
# ~ "Road to Ikana Rock Grotto Chest":
# ~ lambda state: state.has("Goron Mask", player),
# ~ "Road to Ikana Stone Soldier":
# ~ lambda state: can_play_song("Epona's Song", state, player) and has_bottle(state, player) and state.has("Progressive Magic Upgrade", player) and state.has("Lens of Truth", player),
"Road to Ikana Pillar Chest":
lambda state: state.has("Hookshot", player),
"Road to Ikana Rock Grotto Chest":
lambda state: state.has("Goron Mask", player),
"Road to Ikana Stone Soldier":
lambda state: can_play_song("Epona's Song", state, player) and has_bottle(state, player) and state.has("Progressive Magic Upgrade", player) and state.has("Lens of Truth", player),


# ~ "Graveyard Day 1 Chest":
Expand Down

0 comments on commit 2e819c8

Please sign in to comment.