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 10096e7 commit e6b9665
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 @@ -2070,4 +2070,4 @@ def set_rules(kh1world):
multiworld.get_entrance("End of the World" , player).access_rule = lambda state: has_x_worlds(state, player, 7, options.keyblades_unlock_chests) and (has_reports(state, player, eotw_required_reports) or has_item(state, player,"End of the World"))
multiworld.get_entrance("100 Acre Wood" , player).access_rule = lambda state: has_item(state, player, "Progressive Fire")

multiworld.completion_condition[player] = lambda state: state.has("Victory", player)
multiworld.completion_condition[player] = lambda state: state.has("Victory", player)

0 comments on commit e6b9665

Please sign in to comment.