Notes and version update

Fix hera double count
This commit is contained in:
aerinon
2021-02-17 15:23:46 -07:00
parent 309260a1e2
commit 2af9ffbda4
4 changed files with 6 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ from Fill import distribute_items_cutoff, distribute_items_staleness, distribute
from ItemList import generate_itempool, difficulties, fill_prizes, fill_specific_items
from Utils import output_path, parse_player_names
__version__ = '0.3.0.3-u'
__version__ = '0.3.0.4-u'
class EnemizerError(RuntimeError):
pass