Vanilla fixes for 100% locations

This commit is contained in:
aerinon
2020-02-24 08:53:03 -07:00
parent e6b37af515
commit 72a94e1e4f
3 changed files with 7 additions and 7 deletions

View File

@@ -160,7 +160,7 @@ def vanilla_key_logic(world, player):
world.key_logic[player][builder.name] = key_layout.key_logic
log_key_logic(builder.name, key_layout.key_logic)
last_key = None
if world.shuffle[player] == 'vanilla':
if world.shuffle[player] == 'vanilla' and world.accessibility[player] == 'items':
validate_vanilla_key_logic(world, player)