Version bump 0.1.6.2
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### 0.1.6.2
|
||||||
|
- Added Balanced option for Flute Shuffle
|
||||||
|
- Fixed issue with Flute Spot to Mountain Entry softlocking
|
||||||
|
- Fixed logic bug with Inverted Kakariko Portal
|
||||||
|
|
||||||
### 0.1.6.1
|
### 0.1.6.1
|
||||||
- Fixed issue with Flute Spot to VoO softlocking
|
- Fixed issue with Flute Spot to VoO softlocking
|
||||||
- Fixed Houlihan to exit where Link's House does
|
- Fixed Houlihan to exit where Link's House does
|
||||||
|
|||||||
@@ -3,7 +3,7 @@ from sortedcontainers import SortedList
|
|||||||
from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot
|
from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot
|
||||||
from OWEdges import OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel
|
from OWEdges import OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel
|
||||||
|
|
||||||
__version__ = '0.1.6.1-u'
|
__version__ = '0.1.6.2-u'
|
||||||
|
|
||||||
def link_overworld(world, player):
|
def link_overworld(world, player):
|
||||||
# setup mandatory connections
|
# setup mandatory connections
|
||||||
|
|||||||
Reference in New Issue
Block a user