From e6805f26c01bea10a02c4b1943bdedea5f218cac Mon Sep 17 00:00:00 2001 From: codemann8 Date: Tue, 2 Nov 2021 18:28:53 -0500 Subject: [PATCH] Version bump 0.2.1.3 --- CHANGELOG.md | 9 +++++++++ OverworldShuffle.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5d855fc..b71abfd3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +### 0.2.1.3 +- New fake flipper handling to allow S+Q rather than insta-kill +- Fixed whirlpools in Crossed OW +- Spoiler fixes, incl. missing Starting Inventory in Spoiler +- Fixed music track change to Sanc music when Standard mode is delivering Zelda +- Fixed SP flooding issue +- Fixed issue with Shuffle Ganon in CLI/GUI +- ~~Merged DR v0.5.1.5 - Mystery subweights~~ + ### 0.2.1.2 - Fixed issue with whirlpools not changing world when in Crossed OW diff --git a/OverworldShuffle.py b/OverworldShuffle.py index 8207d66b..d34be226 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.1.2-u' +__version__ = '0.2.1.3-u' def link_overworld(world, player): # setup mandatory connections