mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-05-26 21:09:57 -07:00
allow remote_items to be set via AutoWorld
This commit is contained in:
@@ -18,6 +18,8 @@ class ALTTPWorld(World):
|
||||
item_name_to_id = {name: data.item_code for name, data in item_table.items() if type(data.item_code) == int}
|
||||
location_name_to_id = lookup_name_to_id
|
||||
|
||||
remote_items: bool = False
|
||||
|
||||
def collect(self, state: CollectionState, item: Item) -> bool:
|
||||
if item.name.startswith('Progressive '):
|
||||
if 'Sword' in item.name:
|
||||
|
||||
Reference in New Issue
Block a user