Version bump 0.1.8.1
This commit is contained in:
@@ -1,5 +1,12 @@
|
||||
# Changelog
|
||||
|
||||
### 0.1.8.1
|
||||
- Fixed issue with activating flute in DW (OW Mixed)
|
||||
- Fixed issue with Parallel+Crossed not generating
|
||||
- Fixed issue with Standard not generating
|
||||
- Fixed issue with Swordless not generating
|
||||
- Fixed logic for Graveyard Ledge and Kings Tomb
|
||||
|
||||
### 0.1.8.0
|
||||
- Moved Crossed to its own checkbox option
|
||||
- Removed Legacy ER shuffles
|
||||
|
||||
@@ -2,7 +2,7 @@ import RaceRandom as random, logging, copy
|
||||
from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot, Entrance
|
||||
from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel
|
||||
|
||||
__version__ = '0.1.8.0-u'
|
||||
__version__ = '0.1.8.1-u'
|
||||
|
||||
def link_overworld(world, player):
|
||||
# setup mandatory connections
|
||||
|
||||
Reference in New Issue
Block a user