From 5e2bbe68cb0d1806dc9f1b0d7f87a354391fd0b8 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Sun, 19 Dec 2021 20:29:31 -0600 Subject: [PATCH] Version bump 0.2.3.4 --- CHANGELOG.md | 10 ++++++++++ OverworldShuffle.py | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e5860f08..dd9cae91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +### 0.2.3.4 +- Fixed major issue with subsequent seeds using same seed/settings resulting different +- Flute Shuffle now awards separated regions a prorated number of flute spots based on size +- Fixed spoiler log, was missing OW Tile Swap map +- Fixed spoiler log JSON output +- Fake flipper damage fix improved to skip the long delay after the scroll +- Fixed missing Blue Potion in Lake Shop in Inverted +- Added legacy OW Crossed option 'None (Allowed)' to support old behavior when invalid option was used in Mystery +- ~~Merged DR v0.5.1.6 - Money balancing fix/Boss logic fixes with Bombbag~~ + ### 0.2.3.3 - Added OW Layout validation that reduces the cases where some screens are unreachable - Fixed issue with mirror portals showing up in DW in Crossed OW diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 55a063ec..04f2d575 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -4,7 +4,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.3.3-u' +__version__ = '0.2.3.4-u' def link_overworld(world, player): # setup mandatory connections