Version bump 0.1.7.2

This commit is contained in:
codemann8
2021-08-02 04:23:16 -05:00
parent bb5830686e
commit 3f9edbc599
2 changed files with 6 additions and 1 deletions

View File

@@ -1,5 +1,10 @@
# Changelog # Changelog
### 0.1.7.2
- Fixed music algorithm to play correct track in OW Shuffle
- Removed convenient portal on WDM in OW Layout Shuffle
- Fixed Mystery to not spoil OW Shuffle in filename
### 0.1.7.1 ### 0.1.7.1
- Improved bomb logic to consider tree pulls, bush crabs, and stun prize - Improved bomb logic to consider tree pulls, bush crabs, and stun prize
- Fixed Mystery to use new updated OW mode terminology - Fixed Mystery to use new updated OW mode terminology

View File

@@ -2,7 +2,7 @@ import RaceRandom as random, logging, copy
from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot
from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel
__version__ = '0.1.7.1-u' __version__ = '0.1.7.2-u'
def link_overworld(world, player): def link_overworld(world, player):
# setup mandatory connections # setup mandatory connections