✅ Leraje no counter if fatally wounded
| Category | Interaction |
| Status | Passing |
| Test | tests/test_abilities_complex.py::TestLerajeCounterAttack::test_leraje_no_counter_if_fatally_wounded |
Leraje is fatally_wounded — counter-attack does not fire.
Preconditions
-
Lane 0: P1's Leraje (#091) — fatally_wounded=True, READIED
-
Lane 2: P2's Duban (#001) — 0 damage
Action
- Fire DAMAGE_RECEIVED targeting Duban (lane 2), value=3
Expected Postconditions
- Duban: 0 counter-attack damage (fatally wounded Leraje cannot resolve)
Assertions
assert duban_after.damage == 0, (
f"Fatally wounded Leraje must not counter-attack. Got {duban_after.damage}."
)