Skip to main content

✅ Haymaker deals damage

CategoryAbility
StatusPassing
Testtests/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"