Version bump 0.1.9.1

This commit is contained in:
codemann8
2021-08-31 19:44:58 -05:00
parent d066b133f1
commit e8ef3bfc9b
2 changed files with 5 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
# Changelog # Changelog
### 0.1.9.1
- Fixed logic issue with leaving IP entrance not requiring flippers
- ~~Merged DR v0.5.1.1 - Map Indicator Fix/Boss Shuffle Bias/Shop Hints~~
### 0.1.9.0 ### 0.1.9.0
- Expanded Crossed OW to four separate options, see Readme for details - Expanded Crossed OW to four separate options, see Readme for details
- Crossed OW will now play a short SFX when changing worlds - Crossed OW will now play a short SFX when changing worlds

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