✅ Hebe fused geb zero damage no overheal reversed
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_complex.py::TestGebHebeNoOverheal::test_hebe_fused_geb_zero_damage_no_overheal_reversed |
Hebe on top, Geb on bottom (reversed). Remove_all_damage on a 0-damage demon is a no-op.
Preconditions
-
P1 Main Phase
-
Lane 0: P1's Hebe (#060) fused with Geb (#044) — READIED, 0 damage taken
Action
- Remove_all_damage called on the fused demon (0 damage taken)
Expected Postconditions
-
Fused demon: still 0 damage (no change — can’t remove damage that isn’t there)
-
HP remains 21 (no overheal)
-
No-op confirmed: remove_all_damage on 0-damage demon is safe and harmless