Fix keyshuffle

This commit is contained in:
aerinon
2022-09-08 16:24:48 -06:00
parent 9caea3fc85
commit db43ce8d15
4 changed files with 4 additions and 4 deletions

View File

@@ -251,7 +251,7 @@ def previously_reserved(location, world, player):
if world.restrict_boss_items[player] == 'dungeon' and (not world.compassshuffle[player]
or not world.mapshuffle[player]
or not world.bigkeyshuffle[player]
or world.keyshuffle[player] == 'standard'):
or world.keyshuffle[player] == 'none'):
return True
return False