Skip to main content

✅ Sharur no trigger if fatally wounded

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::TestSharurPostActionPush::test_sharur_no_trigger_if_fatally_wounded

Sharur is fatally_wounded — post-action push does not fire.

Preconditions

  • Lane 0: P1's Sharur (#068) — fatally_wounded=True

  • Lane 1: P2's Duban (#001) — 0 damage

Action

  • Fire ABILITY_USED source=Sharur, target=Duban

Expected Postconditions

  • Duban: remains in lane 1 (fatally wounded Sharur cannot resolve passive)

Assertions

assert duban_after.lane == 1, (
f"Fatally wounded Sharur must not push. Duban should be lane 1. Got {duban_after.lane}."
)