Minor gui bugfix
This commit is contained in:
2
Main.py
2
Main.py
@@ -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.2-u'
|
||||
__version__ = '0.3.1.3-u'
|
||||
|
||||
|
||||
class EnemizerError(RuntimeError):
|
||||
|
||||
@@ -128,12 +128,14 @@ New item counter modified to show total
|
||||
|
||||
# Bug Fixes and Notes.
|
||||
|
||||
* 0.3.1.3-u
|
||||
* Fix for the Rom field on the GUI
|
||||
* 0.3.1.2-u
|
||||
* Include base ER updates
|
||||
* Goal sign should now indicate whether Aga 2 is required or not
|
||||
* Inverted logic fixes
|
||||
* Potion shop (powder) item not properly replaced with rupees
|
||||
* Removed Arrow Capacity upgrades in retro
|
||||
* Potion shop (powder) item now properly replaced with rupees
|
||||
* Removed Arrow Capacity upgrades in retro (non-shopsanity)
|
||||
* Intensity level 3 fixes courtesy of Catobat
|
||||
* Scrolling issue in Desert Cannonball
|
||||
* 0.3.1.1-u
|
||||
|
||||
Reference in New Issue
Block a user