From a63c33a7112bf7b44b868dc2ed772515aecee103 Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Mon, 22 Sep 2025 23:25:40 -0400 Subject: [PATCH] Added list[str] for location groups for inevitable location group implementation --- worlds/grinch/Locations.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/grinch/Locations.py b/worlds/grinch/Locations.py index 0832d69d..f7d17717 100644 --- a/worlds/grinch/Locations.py +++ b/worlds/grinch/Locations.py @@ -6,7 +6,7 @@ from BaseClasses import Location, Region class GrinchLocationData(NamedTuple): region: str - location_group: str + location_group: str #list[str] id: Optional[int] update_ram_addr: list[GrinchRamData] reset_addr: Optional[list[GrinchRamData]] = None # Addresses to update once we find the item