Skip to content

Commit

Permalink
Update worlds/kh1/__init__.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 7f303d0 commit 8f12855
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 @@ -97,7 +97,7 @@ def create_items(self):
starting_level_for_stats_only += 1

#Calculate prefilled locations and items
if True: #Allow notepad++ to collpase this section
if True: #Allow notepad++ to collapse this section
prefilled_items = []
prefilled_locations = 1 #Victory
if self.options.junk_in_missable_locations:
Expand Down

0 comments on commit 8f12855

Please sign in to comment.