Add all entrances as required paths (may be required for inaccessible regions).

This commit is contained in:
compiling
2020-01-20 23:57:01 +11:00
parent 123b49686a
commit 138003912c
2 changed files with 8 additions and 14 deletions

View File

@@ -52,7 +52,6 @@ def generate_dungeon(name, available_sectors, entrance_region_names, split_dunge
itr = 0
finished = False
# flag if standard and this is hyrule castle
# std_flag = world.mode[player] == 'standard' and bk_special # todo: multi
std_flag = world.mode[player] == 'standard' and bk_special
while not finished:
# what are my choices?