Version bump 0.1.9.1
This commit is contained in:
@@ -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
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user