Version bump 0.2.9.1
This commit is contained in:
@@ -1,5 +1,13 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### 0.2.9.1
|
||||||
|
- Lite/Lean ER now includes Cave Pot locations with various Pottery options
|
||||||
|
- Changed Unique Boss Shuffle so that GT Bosses are unique amongst themselves
|
||||||
|
- Changed MSU-1 in Inverted to trigger DW2 track with Aga1 kill and LW2 with 7 crystals
|
||||||
|
- Fixed disappearing mirror portal issue in Inverted (Hopefully for good)
|
||||||
|
- Fixed issue with TR Peg Puzzle not spawning portal in some Mixed OWR scenarios
|
||||||
|
- Removed ability to roll Myserty with phantom Crossed OWR options
|
||||||
|
|
||||||
### 0.2.9.0
|
### 0.2.9.0
|
||||||
- Added Bonk Drop Shuffle
|
- Added Bonk Drop Shuffle
|
||||||
- Fixed disappearing mirror portal issue in Inverted+Crossed OWR
|
- Fixed disappearing mirror portal issue in Inverted+Crossed OWR
|
||||||
|
|||||||
@@ -6,8 +6,10 @@ from Regions import mark_dark_world_regions, mark_light_world_regions
|
|||||||
from OWEdges import OWTileRegions, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel
|
from OWEdges import OWTileRegions, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel
|
||||||
from Utils import bidict
|
from Utils import bidict
|
||||||
|
|
||||||
version_number = '0.2.9.0'
|
version_number = '0.2.9.1'
|
||||||
|
# branch indicator is intentionally different across branches
|
||||||
version_branch = '-u'
|
version_branch = '-u'
|
||||||
|
|
||||||
__version__ = '%s%s' % (version_number, version_branch)
|
__version__ = '%s%s' % (version_number, version_branch)
|
||||||
|
|
||||||
def link_overworld(world, player):
|
def link_overworld(world, player):
|
||||||
|
|||||||
Reference in New Issue
Block a user