Fixed problem with Inverted+ER

Fixed problem with Vanilla doors+Retro
Fixed Keylock issue with Ice Cross
Merged in compiling's fix for keyshuffle
ER Infinite Loop detection
This commit is contained in:
aerinon
2020-03-11 12:25:49 -06:00
parent 90e6e8762e
commit c67cd478a1
4 changed files with 99 additions and 29 deletions

View File

@@ -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
__version__ = '0.0.18.4d'
__version__ = '0.0.18.5d'
def main(args, seed=None):