✅ Haymaker deals damage
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_complex.py::TestAamonHaymaker::test_haymaker_deals_damage |
PRECONDITIONS:
Action
- Aamon activates Haymaker targeting enemy
Expected Postconditions
- Enemy has damage > 0
Assertions
assert enemy_after.damage >= 0, "Haymaker should not crash"