Skip to main content

✅ Readies multiple exhausted demons

CategoryInteraction
StatusPassing
Testtests/test_abilities_complex.py::TestIposCommandArmy::test_readies_multiple_exhausted_demons

PRECONDITIONS:

Action

  • Activate Ipos Command Army targeting [A, B]

Expected Postconditions

  • Demon A: READIED (was EXHAUSTED)

  • Demon B: READIED (was EXHAUSTED)

Assertions

assert a_after.state == DemonState.READIED, "Target A should be READIED"
assert b_after.state == DemonState.READIED, "Target B should be READIED"