From 08a8d9223cbe9af6e0bea2a5e6b19ed972287740 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Thu, 3 Feb 2022 06:59:24 -0600 Subject: [PATCH] Version bump 0.2.5.3 --- CHANGELOG.md | 6 ++++++ OverworldShuffle.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dd5f3cb1..2ef9d2a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.2.5.3 +- Changed AT/GT Swap to favor vanilla, only swapping if GT entrance is the only choice in starting world +- Fixed issue with Links House not swapping in OW Mixed +- Added Flute Spots to spoiler log +- Fixed issue with Light Hype Fairy excluded from bombable door list + ### 0.2.5.1 - Fixed missing rule for Inverted VoO Portal access diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 4328101f..e535366f 100644 --- a/OverworldShuffle.py +++ b/OverworldShuffle.py @@ -5,7 +5,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.5.2-u' +__version__ = '0.2.5.3-u' def link_overworld(world, player): # setup mandatory connections