From 46903470b5f9daefa058b9ab217dfe7848f36dd1 Mon Sep 17 00:00:00 2001 From: aerinon Date: Tue, 3 Jan 2023 16:14:42 -0700 Subject: [PATCH] Fix typo for door "Sewers Key Rat E" --- Doors.py | 2 +- Main.py | 2 +- RELEASENOTES.md | 2 ++ 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Doors.py b/Doors.py index a7c1d9f3..c137983f 100644 --- a/Doors.py +++ b/Doors.py @@ -104,7 +104,7 @@ def create_doors(world, player): create_door(player, 'Sewers Dark Cross Key Door N', Nrml).dir(No, 0x32, Mid, High).small_key().pos(0), create_door(player, 'Sewers Water S', Nrml).dir(So, 0x22, Mid, High).small_key().pos(0).portal(Z, 0x22), create_door(player, 'Sewers Water W', Nrml).dir(We, 0x22, Bot, High).pos(1), - create_door(player, 'Sewers Key Rat E', Nrml).dir(Ea, 0x21, Bot, High).pos(1), + create_door(player, 'Sewers Key Rat E', Nrml).dir(Ea, 0x21, Bot, High).pos(2), create_door(player, 'Sewers Key Rat Key Door N', Nrml).dir(No, 0x21, Right, High).small_key().pos(0), create_door(player, 'Sewers Secret Room Key Door S', Nrml).dir(So, 0x11, Right, High).small_key().pos(2).portal(X, 0x02), create_door(player, 'Sewers Rat Path WS', Intr).dir(We, 0x11, Bot, High).pos(1), diff --git a/Main.py b/Main.py index 506fe985..e1a86313 100644 --- a/Main.py +++ b/Main.py @@ -31,7 +31,7 @@ from Utils import output_path, parse_player_names from source.item.FillUtil import create_item_pool_config, massage_item_pool, district_item_pool_config from source.tools.BPS import create_bps_from_data -__version__ = '1.1.2-dev' +__version__ = '1.1.3-dev' from source.classes.BabelFish import BabelFish diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 831368e8..924fdaa5 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -181,6 +181,8 @@ Same as above but both small keys and bigs keys of the dungeon are not allowed o # Bug Fixes and Notes +* 1.1.3 + * Fixed a typo on a door near the key rat * 1.1.2 * Fixed a logic bug with GT Refill room not requiring boots to access the pots in there. * 1.1.1