mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-04-04 20:53:41 -07:00
TUNIC: Reduce range end for local_fill option #4534
This commit is contained in:
@@ -173,7 +173,7 @@ class LocalFill(NamedRange):
|
||||
internal_name = "local_fill"
|
||||
display_name = "Local Fill Percent"
|
||||
range_start = 0
|
||||
range_end = 100
|
||||
range_end = 98
|
||||
special_range_names = {
|
||||
"default": -1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user