Version bump 0.1.7.0
This commit is contained in:
@@ -1,5 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
### 0.1.7.0
|
||||||
|
- Expanded new DR bomb logic to all modes (bomb usage in logic only if there is an unlimited supply of bombs available)
|
||||||
|
- ~~Merged DR v0.5.0.1 - Bomblogic mode / Enemizer fixes~~
|
||||||
|
|
||||||
### 0.1.6.9
|
### 0.1.6.9
|
||||||
- ~~Merged DR v0.4.0.12 - Secure random update / Credits fix~~
|
- ~~Merged DR v0.4.0.12 - Secure random update / Credits fix~~
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@ import RaceRandom as random, logging, copy
|
|||||||
from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot
|
from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot
|
||||||
from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel
|
from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel
|
||||||
|
|
||||||
__version__ = '0.1.6.9-u'
|
__version__ = '0.1.7.0-u'
|
||||||
|
|
||||||
def link_overworld(world, player):
|
def link_overworld(world, player):
|
||||||
# setup mandatory connections
|
# setup mandatory connections
|
||||||
|
|||||||
Reference in New Issue
Block a user