From 3c929e00db910a176d9d882b6cc08494417177d2 Mon Sep 17 00:00:00 2001 From: PIEisFANTASTIC <49802408+PIEisFANTASTIC@users.noreply.github.com> Date: Mon, 14 Apr 2025 01:43:17 -0400 Subject: [PATCH] Bugfix: We have one less possible bounty with corresponding level bounty logic --- worlds/kh2/Options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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