Skip to content

Commit

Permalink
Rogue Legacy: Fix a preset including an option that prevents generation.
Browse files Browse the repository at this point in the history
Not the brightest moment, I've had, I admit.
  • Loading branch information
ThePhar committed Nov 18, 2023
1 parent c731a50 commit b20fd5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/rogue_legacy/Presets.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"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.
Expand Down

0 comments on commit b20fd5a

Please sign in to comment.