Generation bug fix (#1740)

This commit is contained in:
axe-y
2023-04-19 17:14:46 -04:00
committed by GitHub
parent 7559adbb14
commit 7a9d4272be
3 changed files with 19 additions and 10 deletions

View File

@@ -131,7 +131,7 @@ def create_regions(world: MultiWorld, player: int, World_Options: Options.DLCQue
Entrance(player, "Forest Double Jump", Regforest)]
Regforest.locations += [DLCQuestLocation(player, loc_name, location_table[loc_name], Regforest) for loc_name in
Locforest_name]
add_coin_dlcquest(Regforest, 169, player)
add_coin_dlcquest(Regforest, 171, player)
world.regions.append(Regforest)
Regforestdoublejump = Region("The Forest whit double Jump", player, world)