- "Watch and Wait" can't be attached to Ring-bearer anymore.

This commit is contained in:
marcins78@gmail.com
2012-08-11 19:26:51 +00:00
parent d382983090
commit 00b33eb85d
2 changed files with 4 additions and 1 deletions

View File

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

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>11 Aug. 2012</b>
- "Watch and Wait" can't be attached to Ring-bearer anymore.
<b>9 Aug. 2012</b>
- "That Is No Orc Horn" is now allowing to heal a companion and liberate a site, rather than one of the effects.
- "Aragorn's Bow, Ranger's Longbow" now correctly can wound minions that have their strength based off number of threats.