✅ Is in range distant
| Category | Ability |
| Status | Passing |
| Test | tests/test_targeting.py::test_is_in_range_distant |
Range.DISTANT succeeds when source and target are in different lanes.
Preconditions
-
source demon in lane 0.
-
target demon in lane 1.
Action
- is_in_range(source, target, Range.DISTANT)
Expected Postconditions
- Returns True (different lanes satisfies DISTANT requirement).
Assertions
assert is_in_range(source, target, Range.DISTANT) is True