✅ Stolen time does not steal token if opponent lacks it
| Category | Ability |
| Status | Passing |
| Test | tests/test_abilities_complex.py::TestValefarStolenTime::test_stolen_time_does_not_steal_token_if_opponent_lacks_it |
Opponent has no Time Token — steal_token has no effect.
Preconditions
-
Neither player has the Time Token
-
Lane 0: P1's Valefar (#007), READIED
Action
- Valefar uses Stolen Time with steal_token=True
Expected Postconditions
- P1 still does not have the Time Token
Assertions
assert result.players[Side.PLAYER_1].has_time_token is False