Version bump 0.1.8.2

This commit is contained in:
codemann8
2021-08-20 22:56:14 -05:00
parent 2471bc2f10
commit 365f11564a
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
### 0.1.8.2
- Fixed issue with game crashing on using Flute
- Fixed issues with Link/Bunny state in Crossed OW
### 0.1.8.1 ### 0.1.8.1
- Fixed issue with activating flute in DW (OW Mixed) - Fixed issue with activating flute in DW (OW Mixed)
- Fixed issue with Parallel+Crossed not generating - Fixed issue with Parallel+Crossed not generating

View File

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