KH2: Docs updates and Excluded Locations Bugfix (#3150)

This commit is contained in:
JaredWeakStrike
2024-04-18 12:55:27 -04:00
committed by GitHub
parent 3c70621f1b
commit 2704015eef
4 changed files with 13 additions and 9 deletions

View File

@@ -422,7 +422,7 @@ class KH2World(World):
keyblade_locations = [self.multiworld.get_location(location, self.player) for location in Keyblade_Slots.keys()]
state = self.multiworld.get_all_state(False)
keyblade_ability_pool_copy = self.keyblade_ability_pool.copy()
fill_restrictive(self.multiworld, state, keyblade_locations, keyblade_ability_pool_copy, True, True)
fill_restrictive(self.multiworld, state, keyblade_locations, keyblade_ability_pool_copy, True, True, allow_excluded=True)
def starting_invo_verify(self):
"""