Adjusted map info to be experimental

Moved mirror scroll to be standard in non-vanilla door shuffles
Fixed potential duplicate map issues
This commit is contained in:
aerinon
2020-04-08 15:56:03 -06:00
parent 114ed784f1
commit 4fe97f9b7f
5 changed files with 16 additions and 18 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.20.3u'
__version__ = '0.0.20.4u'
class EnemizerError(RuntimeError):