- "Watch and Wait" can't be attached to Ring-bearer anymore.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user