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

@@ -113,7 +113,7 @@ class World(object):
set_player_attr('fix_fake_world', logic[player] not in ['owglitches', 'nologic'] or shuffle[player] in ['crossed', 'insanity'])
set_player_attr('mapshuffle', False)
set_player_attr('compassshuffle', False)
set_player_attr('keyshuffle', 'standard')
set_player_attr('keyshuffle', 'none')
set_player_attr('bigkeyshuffle', False)
set_player_attr('restrict_boss_items', 'none')
set_player_attr('bombbag', False)