Fix for keydrops/enemy drops to not be repeatable

This commit is contained in:
aerinon
2022-05-03 13:55:39 -06:00
parent ea745ff22e
commit 6ab426b9f3
5 changed files with 6 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ from Utils import output_path, parse_player_names
from source.item.FillUtil import create_item_pool_config, massage_item_pool, district_item_pool_config
from source.tools.BPS import create_bps_from_data
__version__ = '1.0.2.1-v'
__version__ = '1.0.2.2-v'
from source.classes.BabelFish import BabelFish