From f21687bd32e311b759bda8fb88a9964a468cbb9c Mon Sep 17 00:00:00 2001 From: aerinon Date: Mon, 1 Feb 2021 16:30:47 -0700 Subject: [PATCH] Update release notes and version --- Main.py | 2 +- RELEASENOTES.md | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/Main.py b/Main.py index 9a135a33..42a45fdd 100644 --- a/Main.py +++ b/Main.py @@ -25,7 +25,7 @@ from Fill import distribute_items_cutoff, distribute_items_staleness, distribute from ItemList import generate_itempool, difficulties, fill_prizes, fill_specific_items from Utils import output_path, parse_player_names -__version__ = '0.3.0.1-u' +__version__ = '0.3.0.2-u' class EnemizerError(RuntimeError): pass diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 42a89c72..460d34ad 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -1,6 +1,11 @@ # New Features -None Yet +## In-Room Staircases/Ladders + +In intensity level 2 and higher the in-floor staircases/ladders that take you between tiles can now be shuffled with +any N/S connections. (those that appear to go up one floor are North connection and those that go down are South ones) + +Big thanks to Catobat for doing all the hard work. # Bug Fixes