fix(generation): reduce memory usage for bunny walk calculations

fix(key logic): make partial the default
This commit is contained in:
aerinon
2023-12-28 17:22:36 -07:00
parent 81e5aff923
commit 337ace1fa3
4 changed files with 9 additions and 4 deletions

View File

@@ -148,7 +148,7 @@ class World(object):
set_player_attr('door_self_loops', False)
set_player_attr('door_type_mode', 'original')
set_player_attr('trap_door_mode', 'optional')
set_player_attr('key_logic_algorithm', 'default')
set_player_attr('key_logic_algorithm', 'partial')
set_player_attr('aga_randomness', True)
set_player_attr('shopsanity', False)