Fixed beatable only check in OWR validation

This commit is contained in:
codemann8
2022-07-11 17:45:09 -05:00
parent ae271b0e73
commit 426d5d3e84

View File

@@ -972,7 +972,7 @@ def build_accessible_region_list(world, start_region, player, build_copy_world=F
return explored_regions
def validate_layout(world, player):
if world.accessibility[player] == 'beatable':
if world.accessibility[player] == 'none':
return True
entrance_connectors = {