mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-24 06:53:19 -07:00
variable capture my beloathed
This commit is contained in:
@@ -636,7 +636,8 @@ def set_alps_rules(world: World):
|
||||
and state.has("Zipline Unlock - The Windmill Path", world.player))
|
||||
|
||||
for (loc, zipline) in zipline_unlocks.items():
|
||||
add_rule(world.multiworld.get_location(loc, world.player), lambda state: state.has(zipline, world.player))
|
||||
add_rule(world.multiworld.get_location(loc, world.player),
|
||||
lambda state, z=zipline: state.has(z, world.player))
|
||||
|
||||
|
||||
def set_dlc1_rules(world: World):
|
||||
|
||||
Reference in New Issue
Block a user