diff --git a/worlds/kh2/Options.py b/worlds/kh2/Options.py index 1390aef3fb..19415e3354 100644 --- a/worlds/kh2/Options.py +++ b/worlds/kh2/Options.py @@ -279,7 +279,7 @@ class BountyRequired(Range): If Goal is not Hitlist or Lucky Emblem and Hitlist this does nothing.""" display_name = "Bounties Required" range_start = 1 - range_end = 42 + range_end = 41 default = 7 @@ -289,7 +289,7 @@ class BountyAmount(Range): If Goal is not Hitlist or Lucky Emblem and Hitlist this does nothing.""" display_name = "Bounties Available" range_start = 1 - range_end = 42 + range_end = 41 default = 10