Ambrosia logic fixes
This commit is contained in:
@@ -680,7 +680,7 @@ def create_graph_piece_from_state(door, o_state, b_state, proposed_map, exceptio
|
||||
|
||||
|
||||
def filter_for_potential_bk_locations(locations, world, player):
|
||||
return [x for x in locations if '- Big Chest' not in x.name and not not reserved_location(x, world, player) and
|
||||
return [x for x in locations if '- Big Chest' not in x.name and not reserved_location(x, world, player) and
|
||||
not x.forced_item and not prize_or_event(x) and not blind_boss_unavail(x, locations, world, player)]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user