From 2929f190fa146165794109c9eada7a896ab8ee53 Mon Sep 17 00:00:00 2001 From: gaithern Date: Sun, 30 Jun 2024 08:40:05 -0500 Subject: [PATCH] Update Rules.py --- worlds/kh1/Rules.py | 1 + 1 file changed, 1 insertion(+) diff --git a/worlds/kh1/Rules.py b/worlds/kh1/Rules.py index 60901ced627a..d5507d475114 100644 --- a/worlds/kh1/Rules.py +++ b/worlds/kh1/Rules.py @@ -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")