- "Southron Archer Legion" now should correctly add to archery.
This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user