Cleanup and generation fix

This commit is contained in:
aerinon
2022-12-01 16:23:11 -07:00
parent 89f467f995
commit 9bf0391e60
3 changed files with 3 additions and 4 deletions

View File

@@ -1445,7 +1445,7 @@ def validate_bk_layout(proposal, builder, start_regions, world, player):
if loc.forced_big_key():
return True
else:
return len(state.bk_found) > 0
return state.count_locations_exclude_specials(world, player) > 0
return False