✅ Exhausts targets and applies pwr buff
| Category | Interaction |
| Status | Passing |
| Test | tests/test_abilities_complex.py::TestEnmerkarKingsRule::test_exhausts_targets_and_applies_pwr_buff |
PRECONDITIONS:
Action
-
Enmerkar activates A King's Rule, exhausting A and B (X=2)
-
Allied demons (A, B, Enmerkar) get +2 PWR status
Expected Postconditions
-
Demon A: EXHAUSTED; has +2 PWR status
-
Demon B: EXHAUSTED; has +2 PWR status
Assertions
assert a_after.state == DemonState.EXHAUSTED, "Demon A should be EXHAUSTED"
assert b_after.state == DemonState.EXHAUSTED, "Demon B should be EXHAUSTED"