- "Banner of Westernesse" now no longer allows you to heal the companion that won the skirmish.

This commit is contained in:
marcins78@gmail.com
2012-01-02 21:00:50 +00:00
parent 6b964a105e
commit f2761553f8
2 changed files with 4 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ public class Card6_051 extends AbstractAttachableFPPossession {
OptionalTriggerAction action = new OptionalTriggerAction(self);
action.setText("Heal another GONDOR companion");
action.appendEffect(
new ChooseAndHealCharactersEffect(action, playerId, Culture.GONDOR, CardType.COMPANION));
new ChooseAndHealCharactersEffect(action, playerId, Culture.GONDOR, CardType.COMPANION, Filters.not(self.getAttachedTo())));
return Collections.singletonList(action);
}
return null;

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>2 Jan. 2012</b>
- "Banner of Westernesse" now no longer allows you to heal the companion that won the skirmish.
<b>1 Jan. 2012</b>
- "Southron Archer Legion" should now use the +4 limit for the entire phase.
- "Return to Its Master" should now correctly negate Ring text for the duration of the extra skirmish.