Version bump 0.1.9.3
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### 0.1.9.3
|
||||||
|
- Moved flute spot from Northwest Lake Hylia to Southeast Lake Hylia
|
||||||
|
- Fixed Links House start in Inverted ER
|
||||||
|
- Minor accuracy improvements to ER, mostly preparations for future work
|
||||||
|
|
||||||
### 0.1.9.2
|
### 0.1.9.2
|
||||||
- Fixed spoiler log and mystery for new Crossed/Mixed structure
|
- Fixed spoiler log and mystery for new Crossed/Mixed structure
|
||||||
- Minor preparations and tweaks to ER framework (added global Entrance/Exit pool)
|
- Minor preparations and tweaks to ER framework (added global Entrance/Exit pool)
|
||||||
|
|||||||
@@ -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.2-u'
|
__version__ = '0.1.9.3-u'
|
||||||
|
|
||||||
def link_overworld(world, player):
|
def link_overworld(world, player):
|
||||||
# setup mandatory connections
|
# setup mandatory connections
|
||||||
|
|||||||
Reference in New Issue
Block a user