mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 04:01:32 -06:00
Rogue Legacy: Fix a preset including an option that prevents generation. (#2473)
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user