- "Banner of Westernesse" now no longer allows you to heal the companion that won the skirmish.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user