diff --git a/CHANGELOG.md b/CHANGELOG.md index 866c1d9e..d47f7c1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +### 0.2.2.2 +- Fixed Whirlpool Shuffle with Grouped Crossed OW +- Made filename not spoil OWR in Mystery +- Fixed Triforce Hunt goal + ### 0.2.2.1 - Allow normal Link speed with Old Man following if not in his cave or WDM - Fixed issue with Flute exits not getting placed on the correct tiles diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 0f3b2a5e..65236379 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -3,7 +3,7 @@ from BaseClasses import OWEdge, WorldType, RegionType, Direction, Terrain, PolSl from Regions import mark_dark_world_regions, mark_light_world_regions from OWEdges import OWTileRegions, OWTileGroups, OWEdgeGroups, OWExitTypes, OpenStd, parallel_links, IsParallel -__version__ = '0.2.2.1-u' +__version__ = '0.2.2.2-u' def link_overworld(world, player): # setup mandatory connections