mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 12:11:33 -06:00
RoR2: fix event exits for dlc stages (#1946)
This commit is contained in:
@@ -90,8 +90,8 @@ def create_regions(multiworld: MultiWorld, player: int):
|
||||
# DLC Locations
|
||||
if multiworld.dlc_sotv[player]:
|
||||
non_dlc_regions["Menu"].region_exits.append("Siphoned Forest")
|
||||
other_regions["OrderedStage_2"].region_exits.append("Aphelian Sanctuary")
|
||||
other_regions["OrderedStage_3"].region_exits.append("Sulfur Pools")
|
||||
other_regions["OrderedStage_1"].region_exits.append("Aphelian Sanctuary")
|
||||
other_regions["OrderedStage_2"].region_exits.append("Sulfur Pools")
|
||||
other_regions["Void Fields"].region_exits.append("Void Locus")
|
||||
regions_pool: Dict = {**all_location_regions, **other_regions, **dlc_other_regions}
|
||||
|
||||
|
Reference in New Issue
Block a user