mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
Core: fix item links for alternate menu regions #4097
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user