mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-08 22:38:14 -07:00
Remove the overindentation
This commit is contained in:
8
Fill.py
8
Fill.py
@@ -184,10 +184,10 @@ def fill_restrictive(multiworld: MultiWorld, base_state: CollectionState, locati
|
||||
if single_player_placement else None)
|
||||
for placement in placements:
|
||||
if (
|
||||
multiworld.worlds[placement.item.player].options.accessibility != "minimal"
|
||||
# accessibility_corrections can clean up the case where the location's player is minimal
|
||||
and multiworld.worlds[placement.player].options.accessibility != "minimal"
|
||||
and not placement.can_reach(state)
|
||||
multiworld.worlds[placement.item.player].options.accessibility != "minimal"
|
||||
# accessibility_corrections can clean up the case where the location's player is minimal
|
||||
and multiworld.worlds[placement.player].options.accessibility != "minimal"
|
||||
and not placement.can_reach(state)
|
||||
):
|
||||
placement.item.location = None
|
||||
unplaced_items.append(placement.item)
|
||||
|
||||
Reference in New Issue
Block a user