From a40a499d9e0cd1652a3f0b2fc05a10606b9a5172 Mon Sep 17 00:00:00 2001 From: gaithern <36639398+gaithern@users.noreply.github.com> Date: Mon, 29 Jul 2024 13:02:40 -0500 Subject: [PATCH] Update worlds/kh1/Regions.py Co-authored-by: Exempt-Medic <60412657+Exempt-Medic@users.noreply.github.com> --- worlds/kh1/Regions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/kh1/Regions.py b/worlds/kh1/Regions.py index 4812043e20f6..54895f82d795 100644 --- a/worlds/kh1/Regions.py +++ b/worlds/kh1/Regions.py @@ -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")