Skip to main content

✅ Naberius trigger does not fire for other demon

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

A different demon (Duban) is fatally wounded — Naberius trigger

Preconditions

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

  • Lane 0: P1's Duban (#001) — becomes Fatally Wounded

Action

  • Fire FATALLY_WOUNDED with event.target=Duban (NOT Naberius).

Expected Postconditions

  • Naberius has no "naberius_last_action" status

Assertions

assert len(last_action_effects) == 0