From 376d80844eba35df6d8a13ccd88c34897372d816 Mon Sep 17 00:00:00 2001 From: Louis M Date: Wed, 24 Jul 2024 10:01:23 -0400 Subject: [PATCH] I think that I have a problem with my left and right... --- worlds/aquaria/Locations.py | 2 +- worlds/aquaria/Regions.py | 2 +- worlds/aquaria/test/__init__.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/worlds/aquaria/Locations.py b/worlds/aquaria/Locations.py index c015a3e481..78263b83b4 100644 --- a/worlds/aquaria/Locations.py +++ b/worlds/aquaria/Locations.py @@ -373,7 +373,7 @@ class AquariaLocations: locations_sun_temple_r = { "Sun Temple, first bulb of the temple": 698091, - "Sun Temple, bulb on the left part": 698092, + "Sun Temple, bulb on the right part": 698092, "Sun Temple, bulb in the hidden room of the right part": 698093, "Sun Temple, Sun Key": 698182, } diff --git a/worlds/aquaria/Regions.py b/worlds/aquaria/Regions.py index ca0575a292..8fcd570d9a 100755 --- a/worlds/aquaria/Regions.py +++ b/worlds/aquaria/Regions.py @@ -229,7 +229,7 @@ class AquariaRegions: """ def __add_region(self, hint: str, - locations: Optional[Dict[str, Optional[int]]]) -> Region: + locations: Optional[Dict[str, int]]) -> Region: """ Create a new Region, add it to the `world` regions and return it. Be aware that this function have a side effect on ``world`.`regions` diff --git a/worlds/aquaria/test/__init__.py b/worlds/aquaria/test/__init__.py index 029db691b6..8c4f64c345 100644 --- a/worlds/aquaria/test/__init__.py +++ b/worlds/aquaria/test/__init__.py @@ -141,7 +141,7 @@ after_home_water_locations = [ "Sun Temple, bulb at the top of the high dark room", "Sun Temple, Golden Gear", "Sun Temple, first bulb of the temple", - "Sun Temple, bulb on the left part", + "Sun Temple, bulb on the right part", "Sun Temple, bulb in the hidden room of the right part", "Sun Temple, Sun Key", "Sun Worm path, first path bulb",