Fixed beatable only check in OWR validation
This commit is contained in:
@@ -972,7 +972,7 @@ def build_accessible_region_list(world, start_region, player, build_copy_world=F
|
|||||||
return explored_regions
|
return explored_regions
|
||||||
|
|
||||||
def validate_layout(world, player):
|
def validate_layout(world, player):
|
||||||
if world.accessibility[player] == 'beatable':
|
if world.accessibility[player] == 'none':
|
||||||
return True
|
return True
|
||||||
|
|
||||||
entrance_connectors = {
|
entrance_connectors = {
|
||||||
|
|||||||
Reference in New Issue
Block a user