mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-28 00:03:19 -07:00
Bugfix: We have one less possible bounty with corresponding level bounty logic
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user