Core: fix item links for alternate menu regions #4097
This commit is contained in:
parent
77ee6d73bc
commit
af77b76265
|
@ -341,7 +341,7 @@ class MultiWorld():
|
||||||
new_item.classification |= classifications[item_name]
|
new_item.classification |= classifications[item_name]
|
||||||
new_itempool.append(new_item)
|
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)
|
self.regions.append(region)
|
||||||
locations = region.locations
|
locations = region.locations
|
||||||
# ensure that progression items are linked first, then non-progression
|
# ensure that progression items are linked first, then non-progression
|
||||||
|
|
Loading…
Reference in New Issue