Bump version
Set shuffleganon to default to True
This commit is contained in:
2
CLI.py
2
CLI.py
@@ -124,7 +124,7 @@ def parse_settings():
|
||||
"algorithm": "balanced",
|
||||
|
||||
"openpyramid": False,
|
||||
"shuffleganon": False,
|
||||
"shuffleganon": True,
|
||||
"shuffle": "vanilla",
|
||||
|
||||
"shufflepots": False,
|
||||
|
||||
2
Main.py
2
Main.py
@@ -24,7 +24,7 @@ from Fill import distribute_items_cutoff, distribute_items_staleness, distribute
|
||||
from ItemList import generate_itempool, difficulties, fill_prizes
|
||||
from Utils import output_path, parse_player_names, print_wiki_doors_by_region, print_wiki_doors_by_room
|
||||
|
||||
__version__ = '0.0.19dev'
|
||||
__version__ = '0.0.20dev'
|
||||
|
||||
class EnemizerError(RuntimeError):
|
||||
pass
|
||||
|
||||
Reference in New Issue
Block a user