From eed52ee0f0852703b9e6fee18324eda2a37793d7 Mon Sep 17 00:00:00 2001 From: "marcins78@gmail.com" Date: Sun, 15 Jan 2012 20:50:02 +0000 Subject: [PATCH] - "Easterling Banner-bearer" should have his strength correctly calculated. --- .../java/com/gempukku/lotro/cards/set12/men/Card12_063.java | 4 ++-- .../gemp-lotr-web/src/main/webapp/includes/changeLog.html | 3 ++- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set12/men/Card12_063.java b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set12/men/Card12_063.java index 7dd0c0137..b47fde53c 100644 --- a/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set12/men/Card12_063.java +++ b/gemp-lotr/gemp-lotr-cards/src/main/java/com/gempukku/lotro/cards/set12/men/Card12_063.java @@ -30,12 +30,12 @@ public class Card12_063 extends AbstractMinion { } @Override - public Modifier getAlwaysOnModifier(PhysicalCard self) { + public Modifier getAlwaysOnModifier(final PhysicalCard self) { return new StrengthModifier(self, self, null, new Evaluator() { @Override public int evaluateExpression(GameState gameState, ModifiersQuerying modifiersQuerying, PhysicalCard cardAffected) { - final PhysicalCard firstActive = Filters.findFirstActive(gameState, modifiersQuerying, Filters.inSkirmishAgainst(CardType.COMPANION, Filters.wounded)); + final PhysicalCard firstActive = Filters.findFirstActive(gameState, modifiersQuerying, CardType.COMPANION, Filters.wounded, Filters.inSkirmishAgainst(self)); if (firstActive != null) { int wounds = gameState.getWounds(firstActive); if (Filters.maxResistance(2).accepts(gameState, modifiersQuerying, firstActive)) diff --git a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html index 255bf4561..ed5cb5f6c 100644 --- a/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html +++ b/gemp-lotr/gemp-lotr-web/src/main/webapp/includes/changeLog.html @@ -1,6 +1,7 @@
 15 Jan. 2012
-- "Hobbit Farmer" and other allies copying site text should now be able to activate the site phase actions. 
+- "Hobbit Farmer" and other allies copying site text should now be able to activate the site phase actions.
+- "Easterling Banner-bearer" should have his strength correctly calculated.
 
 14 Jan. 2012
 - "Refuge" now discards companion from hand, rather than condition to heal a companion.