- "Southron Archer Legion" now should correctly add to archery.

This commit is contained in:
marcins78@gmail.com
2012-02-04 21:59:49 +00:00
parent ae23c99a3c
commit 7fe4900443
2 changed files with 2 additions and 1 deletions

View File

@@ -43,7 +43,7 @@ public class Card6_080 extends AbstractMinion {
new RemoveTwilightEffect(3));
action.appendEffect(
new AddUntilEndOfPhaseModifierEffect(
new ArcheryTotalModifier(self, Side.SHADOW, null, new CardLimitEvaluator(game, self, Phase.ARCHERY, 4, new CountActiveEvaluator(4, CardType.COMPANION))), Phase.ARCHERY));
new ArcheryTotalModifier(self, Side.SHADOW, null, new CardLimitEvaluator(game, self, Phase.ARCHERY, 4, new CountActiveEvaluator(4, (Integer) null, CardType.COMPANION))), Phase.ARCHERY));
return Collections.singletonList(action);
}
return null;

View File

@@ -1,6 +1,7 @@
<pre style="font-size:80%">
<b>4 Feb. 2012</b>
- "Depths of Moria" now has a corrected name.
- "Southron Archer Legion" now should correctly add to archery.
<b>3 Feb. 2012</b>
- Any version of Sam that can become the ring-bearer if Frodo dies can only become the ring-bearer if Frodo was the ring bearer when he was killed.