Version bump 0.1.6.9

This commit is contained in:
codemann8
2021-07-23 16:18:58 -05:00
parent a4303fb4ab
commit 330f4000a4
2 changed files with 4 additions and 1 deletions

View File

@@ -1,5 +1,8 @@
# Changelog # Changelog
### 0.1.6.9
- ~~Merged DR v0.4.0.12 - Secure random update / Credits fix~~
### 0.1.6.8 ### 0.1.6.8
- Implemented a smarter Balanced Flute Shuffle algorithm - Implemented a smarter Balanced Flute Shuffle algorithm
- Fixed Collection Rate in credits - Fixed Collection Rate in credits

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.6.8-u' __version__ = '0.1.6.9-u'
def link_overworld(world, player): def link_overworld(world, player):
# setup mandatory connections # setup mandatory connections