Version bump to 0.1.4.2
This commit is contained in:
@@ -1,5 +1,10 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### 0.1.4.2
|
||||||
|
- Modified various OW map terrain specific to OW Shuffle
|
||||||
|
- Changed World check to table-based vs OW ID-based (should have no effect with current modes)
|
||||||
|
- Merged DR v0.4.0.5 - Mystery Boss Shuffle Fix / Swordless+Hard Item Pool Fix / Insanity+Inverted ER Fixes
|
||||||
|
|
||||||
### 0.1.4.1
|
### 0.1.4.1
|
||||||
- Moved Inverted Pyramid Entrance to top of HC Ledge
|
- Moved Inverted Pyramid Entrance to top of HC Ledge
|
||||||
- Fixed various issues with Inverted and Insanity
|
- Fixed various issues with Inverted and Insanity
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import random, logging
|
|||||||
from BaseClasses import OWEdge, WorldType, Direction, Terrain
|
from BaseClasses import OWEdge, WorldType, Direction, Terrain
|
||||||
from OWEdges import OWEdgeGroups, parallel_links, IsParallel
|
from OWEdges import OWEdgeGroups, parallel_links, IsParallel
|
||||||
|
|
||||||
__version__ = '0.1.4.1-u'
|
__version__ = '0.1.4.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