Fixed Ganon's silver hints for shops

This commit is contained in:
randall.rupper
2021-03-04 11:11:55 -07:00
parent 6a5bdbee6b
commit 9a5be8644c
3 changed files with 8 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.4-u'
__version__ = '0.3.1.5-u'
class EnemizerError(RuntimeError):