Skip to main content

✅ Gomita bribe no token valefar does not trigger

CategoryInteraction
StatusPassing
Testtests/test_abilities_actions.py::test_gomita_bribe_no_token_valefar_does_not_trigger

Valefar passive does NOT fire when nobody had the Time Token to transfer.

Preconditions

  • P1 has 3 AP

  • Gomita (#035) READIED, Valefar (#007) READIED

  • Neither player has Time Token

  • P2 AP: 3

Action

  • Gomita uses Bribe (1 AP): P2 gains 1 AP, token not actually transferred

Expected Postconditions

  • Valefar passive does NOT fire (no actual gain)

  • P1 AP = 2 (spent 1 on Bribe only)

Assertions

assert state_after.players[Side.PLAYER_1].ap == 2
assert state_after.players[Side.PLAYER_2].ap == 4