Skip to main content

✅ Does not affect different lane

CategoryInteraction
StatusPassing
Testtests/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"