- "Faramir's Cloak" can now be used only by Faramir (per card text).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user