From 6b028e5d4c065dd98bd9a1dd8dbc776c763b8d83 Mon Sep 17 00:00:00 2001 From: codemann8 Date: Mon, 7 Mar 2022 20:20:20 -0600 Subject: [PATCH] Version bump 0.2.6.1 --- CHANGELOG.md | 6 ++++++ OverworldShuffle.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d41ef2a..a28cb537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +### 0.2.6.1 +- Fixed issue with mirror bonking deleting portal in Crossed OW +- Fixed issue with mirror portal not spawning when entering the OW from the DW, in Crossed OW +- Updated some text with proper capitalization/spacing +- Updated tournament winners text + ### 0.2.6.0 - New text engine font! - Fixed invisible Witch item bug diff --git a/OverworldShuffle.py b/OverworldShuffle.py index ed5e914b..b2dded81 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.6.0-u' +__version__ = '0.2.6.1-u' def link_overworld(world, player): # setup mandatory connections