Core: fix item links for alternate menu regions #4097

This commit is contained in:
qwint 2024-10-25 23:59:28 -04:00 committed by GitHub
parent 77ee6d73bc
commit af77b76265
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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