✅ Execute deducts zero ap for free ability
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_registry.py::test_execute_deducts_zero_ap_for_free_ability |
Valefar's Stolen Time costs 0 AP. Owner starts with 3 AP.
Preconditions
-
P1 Main Phase, P1 has 3 AP
-
Lane 0: P1's Valefar ("007") — READIED
-
ability[0]: Stolen Time, 0 AP, tap_required=True, one_time_use=True
Action
- execute_ability(state, demon, ability_idx=0)
Expected Postconditions
- P1 AP: 3 (0 AP cost — unchanged)
Assertions
assert result.players[Side.PLAYER_1].ap == 3