mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-22 15:45:04 -07:00
Update __init__.py
Fixed mistake
This commit is contained in:
@@ -239,7 +239,7 @@ class SatisfactoryWorld(World):
|
||||
|
||||
|
||||
def modify_multidata(self, multidata: dict[str, Any]) -> None:
|
||||
locations_visiable_from_start: list[int] = [] #list(range(1338000, 1338099)) # ids of Hub 1-1,1 to 2-5,10
|
||||
locations_visiable_from_start: list[int] = list(range(1338000, 1338099)) # ids of Hub 1-1,1 to 2-5,10
|
||||
|
||||
if "Building: AWESOME Shop" in self.options.start_inventory \
|
||||
or "Building: AWESOME Shop" in self.options.start_inventory_from_pool \
|
||||
|
||||
Reference in New Issue
Block a user