✅ Does not affect different lane
| Category | Interaction |
| Status | Passing |
| Test | tests/test_abilities_complex.py::TestGaapUnmovingTime::test_does_not_affect_different_lane |
PRECONDITIONS:
Action
- Gaap activates Unmoving Time
Expected Postconditions
-
Enemy in lane 0: has cannot_act status
-
Enemy in lane 1: NO cannot_act status (different lane)
Assertions
assert len(eb_effects) == 0, "Different-lane demon should NOT be affected"