From af77b762652137f141c4c503b9f440b442a60f17 Mon Sep 17 00:00:00 2001 From: qwint Date: Fri, 25 Oct 2024 23:59:28 -0400 Subject: [PATCH] Core: fix item links for alternate menu regions #4097 --- BaseClasses.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BaseClasses.py b/BaseClasses.py index 0d4f34e5..53b69d30 100644 --- a/BaseClasses.py +++ b/BaseClasses.py @@ -341,7 +341,7 @@ class MultiWorld(): new_item.classification |= classifications[item_name] new_itempool.append(new_item) - region = Region("Menu", group_id, self, "ItemLink") + region = Region(group["world"].origin_region_name, group_id, self, "ItemLink") self.regions.append(region) locations = region.locations # ensure that progression items are linked first, then non-progression