✅ Is local same lane
| Category | Ability |
| Status | Passing |
| Test | tests/test_targeting.py::test_is_local_same_lane |
Two demons in the same lane are local to each other.
Preconditions
-
Duban (#001) in lane 0.
-
Gusion (#105) in lane 0.
Action
- is_local(duban, gusion)
Expected Postconditions
- Returns True (both in lane 0).
Assertions
assert is_local(duban, gusion) is True