Rogue Legacy: Fix a preset including an option that prevents generation. (#2473)

This commit is contained in:
Zach Parks 2023-11-22 10:42:21 -06:00 committed by GitHub
parent 0f98cf525f
commit ee76cce1a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ rl_options_presets: Dict[str, Dict[str, Any]] = {
"equip_pool": "random",
"crit_chance_pool": "random",
"crit_damage_pool": "random",
"allow_default_names": False,
"allow_default_names": True,
"death_link": "random",
},
# A preset I actually use, using some literal values and some from the option itself.