Skip to content

Commit

Permalink
Update worlds/kh1/Rules.py
Browse files Browse the repository at this point in the history
Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
gaithern and Exempt-Medic authored Jul 29, 2024
1 parent b3a2513 commit 1f6c3c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/kh1/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def has_final_rest_door(state: CollectionState, player: int, final_rest_door_req
def has_defensive_tools(state: CollectionState, player: int) -> bool:
return (
(
state.count("Progressive Cure", player) >= 2
state.has("Progressive Cure", player, 2)
and state.has("Leaf Bracer", player)
and state.has("Dodge Roll", player)
)
Expand Down

0 comments on commit 1f6c3c3

Please sign in to comment.