Skip to main content

✅ Valefar no bonus if not on field

CategoryAbility
StatusPassing
Testtests/test_abilities_complex.py::TestValefarPassiveTimeToken::test_valefar_no_bonus_if_not_on_field

Time Token changes hands but Valefar is not on the field.

Preconditions

  • No Valefar on field

  • P2 gains time token

  • P2 AP = 3

Action

  • _grant_time_token(state, P2) called during speed tie

Expected Postconditions

  • P2 AP = 3 (no Valefar bonus)

Assertions

assert result.players[Side.PLAYER_2].has_time_token is True
assert result.players[Side.PLAYER_2].ap == 3