fix skull token ranges

This commit is contained in:
espeon65536 2021-09-11 20:50:58 -05:00 committed by Fabian Dill
parent 0df2b2221d
commit 6b8b30c3c7
1 changed files with 2 additions and 2 deletions

View File

@ -184,7 +184,7 @@ class LacsTokens(Range):
"""Set the number of Gold Skulltula Tokens required for LACS."""
displayname = "Tokens Required for LACS"
range_start = 0
range_end = 40
range_end = 100
default = 40
@ -225,7 +225,7 @@ class BridgeTokens(Range):
"""Set the number of Gold Skulltula Tokens required for the rainbow bridge."""
displayname = "Tokens Required for Bridge"
range_start = 0
range_end = 40
range_end = 100
default = 40