- "Corsair Lookout" now puts the RAIDER tokens on the selected card, rather than on itself.

This commit is contained in:
marcins78@gmail.com
2011-12-02 23:06:12 +00:00
parent bdd6226a90
commit 87ff64788e
2 changed files with 2 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ public class Card8_056 extends AbstractMinion {
@Override
protected void cardSelected(LotroGame game, PhysicalCard card) {
action.insertEffect(
new AddTokenEffect(self, self, Token.RAIDER, 2));
new AddTokenEffect(self, card, Token.RAIDER, 2));
}
});
return Collections.singletonList(action);

View File

@@ -3,6 +3,7 @@
- When you reload the game page or you enter an ongoing game you will see last events in the game in the chat screen.
- Increased the chat timeout to 30 seconds for in-game channels to make it less possible to lose connection due to
connectivity problem.
- "Corsair Lookout" now puts the RAIDER tokens on the selected card, rather than on itself.
<b>30 Nov. 2011</b>
- When instructed to choose a card to heal/wound X times, a card with vitality/wounds &lt;X can be chosen, as long as