Skip to main content

✅ Is in range any

CategoryAbility
StatusPassing
Testtests/test_targeting.py::test_is_in_range_any

Range.ANY always succeeds regardless of lane positions.

Preconditions

  • source demon in lane 0.

  • target demon in lane 2.

Action

  • is_in_range(source, target, Range.ANY)

Expected Postconditions

  • Returns True (ANY has no positional restriction).

Assertions

assert is_in_range(source, target, Range.ANY) is True