Skip to main content

✅ Naberius gets free action marker when fatally wounded

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::TestNaberiusFatallyWoundedAction::test_naberius_gets_free_action_marker_when_fatally_wounded

Naberius is fatally wounded — should receive free action status.

Preconditions

  • Lane 0: P1's Naberius (#033) — 12 HP, READIED

Action

  • Fire FATALLY_WOUNDED with event.target=Naberius.

Expected Postconditions

  • Naberius has "naberius_last_action" status with value=1

Assertions

assert len(last_action_effects) >= 1
assert last_action_effects[0].value == 1