✅ Is in range local fails
| Category | Ability |
| Status | Passing |
| Test | tests/test_targeting.py::test_is_in_range_local_fails |
Range.LOCAL fails 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.LOCAL)
Expected Postconditions
- Returns False.
Assertions
assert is_in_range(source, target, Range.LOCAL) is False