Skip to content

Commit

Permalink
Update worlds/kh1/__init__.py
Browse files Browse the repository at this point in the history
Co-authored-by: Scipio Wright <[email protected]>
  • Loading branch information
gaithern and ScipioWright authored Jul 7, 2024
1 parent 9b55c6b commit 34c24e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/kh1/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 34c24e0

Please sign in to comment.