Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gaithern committed May 17, 2024
2 parents 76645a4 + 8c9c3ee commit 582fbe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion worlds/kh1/Options.py
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ class LevelChecks(Range):
class ForceStatsOnLevels(NamedRange):
"""
If this value is less than the value for Level Checks, this determines the minimum level from which only stat ups are obtained at level up locations
For example, if you want to be able to find any multiworld item from levels 1-50, then just stat ups from level 51 on, set this value to 51.
For example, if you want to be able to find any multiworld item from levels 1-50, then just stat ups for levels 51-100, set this value to 51.
"""
display_name = "Force Stats on Level Starting From"
default = 1
Expand Down

0 comments on commit 582fbe1

Please sign in to comment.