Bugfix: We have one less possible bounty with corresponding level bounty logic

This commit is contained in:
PIEisFANTASTIC
2025-04-14 01:43:17 -04:00
parent b448a9081d
commit 3c929e00db

View File

@@ -279,7 +279,7 @@ class BountyRequired(Range):
If Goal is not Hitlist or Lucky Emblem and Hitlist this does nothing.""" If Goal is not Hitlist or Lucky Emblem and Hitlist this does nothing."""
display_name = "Bounties Required" display_name = "Bounties Required"
range_start = 1 range_start = 1
range_end = 42 range_end = 41
default = 7 default = 7
@@ -289,7 +289,7 @@ class BountyAmount(Range):
If Goal is not Hitlist or Lucky Emblem and Hitlist this does nothing.""" If Goal is not Hitlist or Lucky Emblem and Hitlist this does nothing."""
display_name = "Bounties Available" display_name = "Bounties Available"
range_start = 1 range_start = 1
range_end = 42 range_end = 41
default = 10 default = 10