pub fn run(game: &mut GameState, card_id: CardId)
End-of-turn revert for goad. Mirrors the GameCommand.run() in Java GoadEffect that removes the goaded-by marker when the effect expires.
GameCommand.run()
GoadEffect