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