- "Grieving the Fallen" cannot be attached to Ring-bearer.

This commit is contained in:
marcins78
2013-04-19 10:00:19 +00:00
parent a295bff81b
commit bfc88e0104
2 changed files with 4 additions and 1 deletions

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>19 Apr. 2013</b>
- "Grieving the Fallen" cannot be attached to Ring-bearer.
<b>18 Apr. 2013</b>
- Fixed a type in "Palantir" name.

View File

@@ -37,7 +37,7 @@ public class Card15_081 extends AbstractAttachable {
@Override
protected Filterable getValidTargetFilter(String playerId, LotroGame game, PhysicalCard self) {
return CardType.COMPANION;
return Filters.and(CardType.COMPANION, Filters.not(Filters.ringBearer));
}
@Override