Skip to content

Commit

Permalink
Missable
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed Oct 21, 2023
1 parent a168629 commit 154fd3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/khcom/Rules.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def set_rules(multiworld: MultiWorld, player: int):
multiworld.get_location("Mega-Potion" , player).access_rule = lambda state: has_room_of_beginnings(state, player, "11")
multiworld.get_location("Darkside" , player).access_rule = lambda state: has_room_of_guidance (state, player, "12")
multiworld.get_location("Riku" , player).access_rule = lambda state: has_room_of_guidance (state, player, "12")
multiworld.get_location("Larxene" , player).access_rule = lambda state: has_room_of_guidance (state, player, "12")
#multiworld.get_location("Larxene" , player).access_rule = lambda state: has_room_of_guidance (state, player, "12") missable
multiworld.get_location("Axel" , player).access_rule = lambda state: has_room_of_beginnings(state, player, "13")
multiworld.get_location("Marluxia" , player).access_rule = lambda state: has_room_of_beginnings(state, player, "13")
#Room of Rewards
Expand Down

0 comments on commit 154fd3e

Please sign in to comment.