- "Corsair Lookout" now puts the RAIDER tokens on the selected card, rather than on itself.
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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 <X can be chosen, as long as
|
||||
|
||||
Reference in New Issue
Block a user