Pot shuffle

This commit is contained in:
compiling
2020-08-09 14:19:20 +10:00
parent ce835aaee6
commit 7c9e02b182
12 changed files with 430 additions and 551 deletions

View File

@@ -173,7 +173,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' and world.accessibility[player] == 'items' and not world.retro[player]:
if world.shuffle[player] == 'vanilla' and world.accessibility[player] == 'items' and not world.retro[player] and not world.potshuffle[player]:
validate_vanilla_key_logic(world, player)