✅ Leraje no counter if exhausted
| Category | Interaction |
| Status | Passing |
| Test | tests/test_abilities_complex.py::TestLerajeCounterAttack::test_leraje_no_counter_if_exhausted |
Leraje is EXHAUSTED — counter-attack passive does not fire.
Preconditions
-
Lane 0: P1's Leraje (#091) — EXHAUSTED
-
Lane 2: P2's Duban (#001) — 0 damage
Action
- Fire DAMAGE_RECEIVED targeting Duban (lane 2), value=3, source=other demon
Expected Postconditions
- Duban: 0 counter-attack damage (Leraje exhausted -> passive silent)
Assertions
assert duban_after.damage == 0, (
f"Exhausted Leraje must not counter-attack. Got {duban_after.damage} damage on Duban."
)