Add todo note

This commit is contained in:
Scipio Wright
2024-08-09 17:33:36 -04:00
committed by GitHub
parent ccaedd8fe6
commit fc80375cdd

View File

@@ -609,6 +609,7 @@ def pair_portals(world: "TunicWorld", regions: Dict[str, Region]) -> Dict[Portal
continue
# if decoupled is on, we need to make sure you aren't connecting two dead ends together both ways
# todo: see if this ever actually gets triggered
if decoupled:
if portal1 in portal_pairs.keys() and portal_pairs[portal1] == portal:
if (is_dead_end(portal1, not ice_grappling, world)