- "Faramir, Bearer of Quality" now correctly gives the roaming keyword to a minion skirmishing GONDOR Man.

This commit is contained in:
marcins78@gmail.com
2012-03-11 17:23:11 +00:00
parent 98fcbe420c
commit 21c5e3e7bb
2 changed files with 3 additions and 2 deletions

View File

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

View File

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