-Key shuffler fix (needs some more testing)

-Mirror Scroll should now choose correct spawn point
-Desert Wall Slide fixed for Skull/Desert builders
This commit is contained in:
aerinon
2020-02-19 13:24:12 -07:00
parent 2116bb6d0d
commit dfd0bc41ce
5 changed files with 8 additions and 7 deletions

View File

@@ -23,7 +23,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
__version__ = '0.0.15pre'
__version__ = '0.0.16pre'
def main(args, seed=None):