- "Faramir, Bearer of Quality" now correctly gives the roaming keyword to a minion skirmishing GONDOR Man.
This commit is contained in:
@@ -68,7 +68,7 @@ public class Card17_028 extends AbstractCompanion {
|
||||
action.appendCost(
|
||||
new WoundCharactersEffect(self, self));
|
||||
action.appendEffect(
|
||||
new ChooseActiveCardEffect(self, playerId, "Choose a minion", CardType.MINION, Filters.inSkirmishAgainst(Culture.GOLLUM, Race.MAN)) {
|
||||
new ChooseActiveCardEffect(self, playerId, "Choose a minion", CardType.MINION, Filters.inSkirmishAgainst(Culture.GONDOR, Race.MAN)) {
|
||||
@Override
|
||||
protected void cardSelected(LotroGame game, PhysicalCard card) {
|
||||
action.appendEffect(
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>11 Mar. 2012</b>
|
||||
- "Harry Goatleaf" is site 2 now.
|
||||
- "Urgency" now has the activated ability to discard itself to add +1 strength.
|
||||
- "Urgency" now has the activated ability to discard itself to add +1 strength.
|
||||
- "Faramir, Bearer of Quality" now correctly gives the roaming keyword to a minion skirmishing GONDOR Man.
|
||||
|
||||
<b>10 Mar. 2012</b>
|
||||
- "Asfaloth" no longer discard itself when attached to Ally and fellowship is at an Underground site.
|
||||
|
||||
Reference in New Issue
Block a user