✅ Normal ability does not suppress quick
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_actions.py::test_normal_ability_does_not_suppress_quick |
A non-Relentless, non-Andras ability does NOT set suppress_quick_response.
Preconditions
-
P1 Main Phase, P1 has 5 AP
-
Lane 0: P1's Sabnock (#003) — READIED
-
Lane 0: P2's Flauros (#013) — READIED
Action
- P1 activates Sabnock's Pink Haze (ability idx=0, Quick, 1 AP) targeting Flauros
result = execute_ability(state, sabnock_p, ability_idx=0, targets=[flauros_p])
Expected Postconditions
- state.suppress_quick_response = False (Quick window opens normally)
Assertions
assert result.suppress_quick_response is False