mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-23 15:33:21 -07:00
Remove location "0", we don't use that one
This commit is contained in:
@@ -26,7 +26,7 @@ def all_locations_fun(max_score):
|
||||
"""
|
||||
Function that is called when this file is loaded, which loads in ALL possible locations, score 1 to 1000
|
||||
"""
|
||||
return {f"{i} score": LocData(starting_index + i, "Board", i) for i in range(max_score + 1)}
|
||||
return {f"{i} score": LocData(starting_index + i, "Board", i) for i in range(1, max_score + 1)}
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user