- "Faramir's Cloak" can now be used only by Faramir (per card text).

This commit is contained in:
marcins78
2013-03-13 11:17:14 +00:00
parent ae9f7f7918
commit 3451f5bcb7
2 changed files with 2 additions and 1 deletions

View File

@@ -2,6 +2,7 @@
<b>13 Mar. 2013</b>
- "Waylayed" now wounds 1 companion 4 times, instead of 4 companions once.
- "Goblin Scrapper" has now correct stats - 6/2/4.
- "Faramir's Cloak" can now be used only by Faramir (per card text).
<b>12 Mar. 2013</b>
- "Flaming Brand" from set 20 should now correctly apply strength and damage bonus if bearer is skirmishing a Nazgul.

View File

@@ -24,7 +24,7 @@ public class Card20_193 extends AbstractAttachableFPPossession {
@Override
protected Filterable getValidTargetFilter(String playerId, LotroGame game, PhysicalCard self) {
return Filters.and(Culture.GONDOR, Race.MAN);
return Filters.name("Faramir");
}
@Override