Fix for decoupled door in standard

This commit is contained in:
aerinon
2023-02-15 14:13:10 -07:00
parent b19232db69
commit 67bd5e870c

View File

@@ -3517,6 +3517,8 @@ def identify_branching_issues(dungeon_map, builder_info):
unconnected_builders[name] = builder
for hook, door_list in unreached_doors.items():
builder.unfulfilled[hook] += len(door_list)
elif package:
builder.throne_door, builder.throne_sector, builder.chosen_lobby = package
return unconnected_builders