- "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:
marcins78@gmail.com
2011-11-20 01:44:20 +00:00
parent a46d22484b
commit 9d2e7d4c50
6 changed files with 8 additions and 6 deletions

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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);

View File

@@ -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.