Version bump 0.1.5.2
This commit is contained in:
@@ -1,5 +1,8 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### 0.1.5.2
|
||||||
|
- Partial revert of horizontal VRAM fix from v0.1.5.0
|
||||||
|
|
||||||
### 0.1.5.1
|
### 0.1.5.1
|
||||||
- Fixed issue with Flute Spot 7 logically connecting to the wrong area in Mixed/Crossed OW Shuffle
|
- Fixed issue with Flute Spot 7 logically connecting to the wrong area in Mixed/Crossed OW Shuffle
|
||||||
- Fixed issue with TR portal not requiring mitts when tile is swapped
|
- Fixed issue with TR portal not requiring mitts when tile is swapped
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import random, logging, copy
|
|||||||
from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain
|
from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain
|
||||||
from OWEdges import OWTileGroups, OWEdgeGroups, parallel_links, IsParallel
|
from OWEdges import OWTileGroups, OWEdgeGroups, parallel_links, IsParallel
|
||||||
|
|
||||||
__version__ = '0.1.5.1-u'
|
__version__ = '0.1.5.2-u'
|
||||||
|
|
||||||
def link_overworld(world, player):
|
def link_overworld(world, player):
|
||||||
# setup mandatory connections
|
# setup mandatory connections
|
||||||
|
|||||||
Reference in New Issue
Block a user