✅ Gomita no op if no damaged allies
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_complex.py::TestGomitaTimeTokenHeal::test_gomita_no_op_if_no_damaged_allies |
Gomita on field, P1 gains token, but NO ally has damage.
Preconditions
- Lane 0: P1's Gomita (0 damage), P1's Murmur (0 damage)
Action
- apply_gomita_time_token_heal(state, Side.PLAYER_1)
result = apply_gomita_time_token_heal(state, Side.PLAYER_1)
Expected Postconditions
- No changes (no eligible heal target).
Assertions
assert all(d.damage == 0 for d in result.demons)