mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-29 19:03:25 -07:00
Fix mistake when adding back
This commit is contained in:
@@ -86,7 +86,7 @@ def has_combat_reqs(area_name: str, state: CollectionState, player: int) -> bool
|
||||
area_list = [area_name]
|
||||
|
||||
# we want to skip the "none area"
|
||||
if area_name in area_list:
|
||||
if area_name in area_data.keys():
|
||||
if met_combat_reqs:
|
||||
# set the state as true for each area until you get to the area we're looking at
|
||||
for name in area_list:
|
||||
|
||||
Reference in New Issue
Block a user