Skip to main content

✅ Is in range distant fails same

CategoryAbility
StatusPassing
Testtests/test_targeting.py::test_is_in_range_distant_fails_same

Range.DISTANT fails when source and target are in the SAME lane.

Preconditions

  • source demon in lane 0.

  • target demon in lane 0.

Action

  • is_in_range(source, target, Range.DISTANT)

Expected Postconditions

  • Returns False (same lane violates DISTANT requirement).

Assertions

assert is_in_range(source, target, Range.DISTANT) is False