KH2: Docs updates and Excluded Locations Bugfix (#3150)
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user