Skip to content

Commit

Permalink
Update Rules.py
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed Jun 30, 2024
1 parent 68b3efe commit 2929f19
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions worlds/kh1/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -1105,6 +1105,7 @@ def set_rules(multiworld: MultiWorld, player: int, options, eotw_required_report
has_keyblade(state, player, options.keyblades_unlock_chests, "Divine Rose")
and has_emblems(state, player, options.keyblades_unlock_chests)
and can_glide(state, player)
and has_item(state, player, "Progressive Gravity")
)
multiworld.get_location("Hollow Bastion Lift Stop Outside Library Gravity Chest" , player).access_rule = lambda state: (
has_keyblade(state, player, options.keyblades_unlock_chests, "Divine Rose")
Expand Down

0 comments on commit 2929f19

Please sign in to comment.