Skip to main content

✅ Does not ready fatally wounded

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::TestIposCommandArmy::test_does_not_ready_fatally_wounded

PRECONDITIONS:

Action

  • Command Army targeting the fatally wounded demon

Expected Postconditions

  • Demon remains EXHAUSTED (fatally wounded demons are skipped)

Assertions

assert t_after.state == DemonState.EXHAUSTED, "Fatally wounded should stay EXHAUSTED"