mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-30 07:03:24 -07:00
Add todo
This commit is contained in:
@@ -1182,6 +1182,7 @@ def set_er_region_rules(world: "TunicWorld", regions: Dict[str, Region], portal_
|
||||
for ls_info in non_ow_ls_list:
|
||||
# for places where the destination is a region (so you have to get knocked down)
|
||||
if ls_info.dest_is_region:
|
||||
# todo: check if we need to make any changes here for combat logic
|
||||
# none of the non-ow ones have multiple ladders that can be used, so don't need has_any
|
||||
if options.shuffle_ladders and ls_info.ladders_req:
|
||||
regions[ls_info.origin].connect(
|
||||
|
||||
Reference in New Issue
Block a user