- "Corsair Marauder" and all similar minions from Siege of Gondor now put the tokens on the card with tokens, rather
than on itself.
This commit is contained in:
@@ -51,7 +51,7 @@ public class Card8_051 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);
|
||||
|
||||
@@ -49,7 +49,7 @@ public class Card8_053 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);
|
||||
|
||||
@@ -49,7 +49,7 @@ public class Card8_054 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);
|
||||
|
||||
@@ -47,7 +47,7 @@ public class Card8_057 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);
|
||||
|
||||
@@ -49,7 +49,7 @@ public class Card8_058 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);
|
||||
|
||||
@@ -1,7 +1,9 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>17 Nov. 2011</b>
|
||||
<b>19 Nov. 2011</b>
|
||||
- "Dead Man of Dunharrow" now correctly has Enduring keyword.
|
||||
- "Nine-fingered Frodo and the Ring of Doom" no longer freezes the game if removing threats is used.
|
||||
- "Corsair Marauder" and all similar minions from Siege of Gondor now put the tokens on the card with tokens, rather
|
||||
than on itself.
|
||||
|
||||
<b>17 Nov. 2011</b>
|
||||
- "Foul Things" allows to play only MORIA minions now.
|
||||
|
||||
Reference in New Issue
Block a user