From e65ca4752eb953999c7a0337ffc02c0d59ee8d34 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sun, 14 Nov 2021 17:12:42 -0600 Subject: [PATCH] Version bump 0.2.2.3 --- CHANGELOG.md | 4 ++++ OverworldShuffle.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d47f7c1e..f4eb0a11 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +### 0.2.2.3 +- Fixed GT entrance not being opened when Inverted and WDM is Tile Swapped +- The Goal sign is moved to the area where the hole will be (always in opposite world as starting) + ### 0.2.2.2 - Fixed Whirlpool Shuffle with Grouped Crossed OW - Made filename not spoil OWR in Mystery diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 65236379..67b2dee7 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.2-u' +__version__ = '0.2.2.3-u' def link_overworld(world, player): # setup mandatory connections