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
committed by codemann8
parent ba904f3f63
commit 121091c5a3
4 changed files with 22 additions and 8 deletions

2
CLI.py
View File

@@ -228,7 +228,7 @@ def parse_settings():
"intensity": 3,
"door_type_mode": "original",
"trap_door_mode": "optional",
"key_logic_algorithm": "default",
"key_logic_algorithm": "partial",
"decoupledoors": False,
"door_self_loops": False,
"experimental": False,