- "Grieving the Fallen" cannot be attached to Ring-bearer.
This commit is contained in:
@@ -1,4 +1,7 @@
|
|||||||
<pre style="font-size:80%">
|
<pre style="font-size:80%">
|
||||||
|
<b>19 Apr. 2013</b>
|
||||||
|
- "Grieving the Fallen" cannot be attached to Ring-bearer.
|
||||||
|
|
||||||
<b>18 Apr. 2013</b>
|
<b>18 Apr. 2013</b>
|
||||||
- Fixed a type in "Palantir" name.
|
- Fixed a type in "Palantir" name.
|
||||||
|
|
||||||
|
|||||||
@@ -37,7 +37,7 @@ public class Card15_081 extends AbstractAttachable {
|
|||||||
|
|
||||||
@Override
|
@Override
|
||||||
protected Filterable getValidTargetFilter(String playerId, LotroGame game, PhysicalCard self) {
|
protected Filterable getValidTargetFilter(String playerId, LotroGame game, PhysicalCard self) {
|
||||||
return CardType.COMPANION;
|
return Filters.and(CardType.COMPANION, Filters.not(Filters.ringBearer));
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
|
|||||||
Reference in New Issue
Block a user