✅ Applies time dilation status to ally
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_complex.py::TestGaapTimeDilation::test_applies_time_dilation_status_to_ally |
PRECONDITIONS:
Action
- Gaap activates Time Dilation targeting ally
Expected Postconditions
- Ally has status "time_dilation_action" = 1 (expires end of main phase)
Assertions
assert len(td_effects) == 1, "Ally should have time_dilation_action status"
assert td_effects[0].value == 1