Vanilla fixes for 100% locations
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user