From 34c24e0aeb99e6d6bdb91d35c1a0d408d8239ec4 Mon Sep 17 00:00:00 2001 From: gaithern <36639398+gaithern@users.noreply.github.com> Date: Sun, 7 Jul 2024 10:32:01 -0500 Subject: [PATCH] Update worlds/kh1/__init__.py Co-authored-by: Scipio Wright --- worlds/kh1/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/kh1/__init__.py b/worlds/kh1/__init__.py index c968d1f3e82f..c9f56cd6015e 100644 --- a/worlds/kh1/__init__.py +++ b/worlds/kh1/__init__.py @@ -94,7 +94,7 @@ def create_items(self): i = self.options.force_stats_on_levels - 1 while len(level_up_item_pool) > 0 and i < self.options.level_checks: self.multiworld.get_location(level_up_locations[i], self.player).place_locked_item(self.create_item(level_up_item_pool.pop())) - i = i + 1 + i += 1 #Calculate prefilled locations and items if True: #Allow notepad++ to collpase this section