✅ Quick suppressed by sekhmet
| Category | Interaction |
| Status | Passing |
| Test | tests/test_response_windows.py::TestQuickResponseWindow::test_quick_suppressed_by_sekhmet |
Sekhmet uses Relentless Attack, setting suppress_quick_response.
Preconditions
-
P1 Main Phase
-
suppress_quick_response = True (set by Sekhmet's Relentless in execute_ability step 9)
-
quick_window_open = True
-
Lane 0: P2's Sabnock (#003) — READIED
Action
See code below.
result = execute_ability(state, state.demons[0], ability_idx=1, targets=[state.demons[2]])
Expected Postconditions
-
The game loop checks suppress_quick_response BEFORE opening the window.
-
This test verifies the flag is respected.
Assertions
assert result.suppress_quick_response is True, (
"Sekhmet Relentless Attack should set suppress_quick_response"
)