Check for key locks after placing dungeon items.

This commit is contained in:
compiling
2020-02-05 18:54:57 +11:00
parent 2116bb6d0d
commit 8ad28542a4
4 changed files with 51 additions and 3 deletions

View File

@@ -988,6 +988,7 @@ def find_valid_combination(builder, start_regions, world, player, drop_keys=True
analyze_dungeon(key_layout, world, player)
builder.key_door_proposal = proposal
world.key_logic[player][builder.name] = key_layout.key_logic
world.key_layout[player][builder.name] = key_layout
return True