courier log issue

Previous topic - Next topic

nizno

When playing a courier, a player first discards a card from the deck, second looks at all the cards in the discard pile, third play a card from those cards. The log file puts another "looks at "sentence after playing the card, which doesnt hapening in the game. Maybe it's a known error, but would like to inform you about it

Par example from a bot game:

n
plays
a Courier
.
n
gets +$
1
.
n
discards
an Estate
.
n
looks at
a Silver
and
an Estate
.
n
plays
a Silver
. (+$
2
)
n
looks at
a Silver
and
an Estate
.


The last looks at is the one that doesnt exist. It seems not to appear when there is only 1 card to choose out of the discard pile, but when there are more like in this example it comes. Een when you activate a courier in the discard pile with another courier. It first shows "looks at" then discards a card from the deck and then "looks at" again. Where the last one is the "Real" one.