diff --git a/CHANGELOG.md b/CHANGELOG.md index 33f08a41..e97665ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 0.1.7.4 +- Fixed issue with Mixed OW failing to generate when HC/Pyramid is swapped +- Various fixes to improve generation rates for Mixed OW Shuffle +- ~~Merged DR v0.5.0.2 - Shuffle SFX~~ + ### 0.1.7.3 - Fixed minor issue with ambient SFX stopping and starting on OW screen load - MSU-1 changed to play LW2 (track 60) when Aga1 is killed instead of ped pull diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 6aa22ece..881cffdd 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, Entrance from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OpenStd, parallel_links, IsParallel -__version__ = '0.1.7.3-u' +__version__ = '0.1.7.4-u' def link_overworld(world, player): # setup mandatory connections