From 3f9edbc599733c80b82c9a4e61485cc53b5d5b7b Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 2 Aug 2021 04:23:16 -0500 Subject: [PATCH] Version bump 0.1.7.2 --- CHANGELOG.md | 5 +++++ OverworldShuffle.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3c0de79..94736e42 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 0.1.7.2 +- Fixed music algorithm to play correct track in OW Shuffle +- Removed convenient portal on WDM in OW Layout Shuffle +- Fixed Mystery to not spoil OW Shuffle in filename + ### 0.1.7.1 - Improved bomb logic to consider tree pulls, bush crabs, and stun prize - Fixed Mystery to use new updated OW mode terminology diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 65c3effb..612a5f7e 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -2,7 +2,7 @@ import RaceRandom as random, logging, copy from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSlot from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel -__version__ = '0.1.7.1-u' +__version__ = '0.1.7.2-u' def link_overworld(world, player): # setup mandatory connections