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

2
CLI.py
View File

@@ -216,7 +216,7 @@ def parse_settings():
'intensity': 2,
'door_type_mode': 'original',
'trap_door_mode': 'optional',
'key_logic_algorithm': 'default',
'key_logic_algorithm': 'partial',
'decoupledoors': False,
'door_self_loops': False,
'experimental': False,