Skip to content

Commit

Permalink
Update worlds/kh1/Regions.py
Browse files Browse the repository at this point in the history
Co-authored-by: Exempt-Medic <[email protected]>
  • Loading branch information
gaithern and Exempt-Medic authored Jul 29, 2024
1 parent d3f0a13 commit a40a499
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/kh1/Regions.py
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ def create_regions(multiworld: MultiWorld, player: int, options):
regions["Hollow Bastion"].locations.append("Hollow Bastion Defeat Unknown Ansem's Report 13")
regions["Hollow Bastion"].locations.append("Hollow Bastion Defeat Unknown EXP Necklace Event")
for i in range(options.level_checks):
regions["Levels"].locations.append("Level " + str(i+1).rjust(3,'0'))
regions["Levels"].locations.append("Level " + str(i+1).rjust(3, '0'))
if options.goal.current_key == "final_ansem":
regions["End of the World"].locations.append("Final Ansem")

Expand Down

0 comments on commit a40a499

Please sign in to comment.