Fix for intensity 3 inverted lobbies if lobbies are chosen to be vanilla

Flooded pots not actually able to be flooded in some potshuffles
This commit is contained in:
randall.rupper
2021-03-16 14:23:52 -06:00
parent 7ef186134a
commit 3c81e377e5
5 changed files with 21 additions and 3 deletions

View File

@@ -26,7 +26,7 @@ from Fill import sell_potions, sell_keys, balance_multiworld_progression, balanc
from ItemList import generate_itempool, difficulties, fill_prizes, customize_shops
from Utils import output_path, parse_player_names
__version__ = '0.3.1.5-u'
__version__ = '0.3.1.6-u'
class EnemizerError(RuntimeError):