Skip to content

Commit

Permalink
Fix logic bug with Geppetto's House postcard
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed Aug 3, 2024
1 parent 06eb1ad commit 357f756
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 @@ -1576,6 +1576,7 @@ def set_rules(kh1world):
state.has("High Jump", player)
or (options.advanced_logic and state.has("Progressive Glide", player))
)
and has_x_worlds(state, player, 2, options.keyblades_unlock_chests)
)
multiworld.get_location("Hollow Bastion Entrance Hall Emblem Piece (Flame)" , player).access_rule = lambda state: (
(
Expand Down

0 comments on commit 357f756

Please sign in to comment.