Key math fix

Turn off vanilla validation if ER is on
This commit is contained in:
aerinon
2020-01-27 09:17:29 -07:00
parent ba6c73861a
commit c619e3018b
3 changed files with 6 additions and 3 deletions

View File

@@ -149,7 +149,8 @@ def vanilla_key_logic(world, player):
analyze_dungeon(key_layout, world, player)
world.key_logic[player][builder.name] = key_layout.key_logic
last_key = None
validate_vanilla_key_logic(world, player)
if world.shuffle[player] == 'vanilla':
validate_vanilla_key_logic(world, player)
# some useful functions