- "Southron Leader" now can be used when should be.

This commit is contained in:
marcins78@gmail.com
2011-12-15 00:18:09 +00:00
parent 85257985aa
commit f4d103af46
2 changed files with 2 additions and 1 deletions

View File

@@ -40,7 +40,7 @@ public class Card7_166 extends AbstractMinion {
@Override
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, PhysicalCard self) {
if (PlayConditions.canUseShadowCardDuringPhase(game, Phase.ARCHERY, self, 0)
&& new CountCulturesEvaluator(0, 0, Side.FREE_PEOPLE).evaluateExpression(game.getGameState(), game.getModifiersQuerying(), null) >= 4
&& new CountCulturesEvaluator(Side.FREE_PEOPLE).evaluateExpression(game.getGameState(), game.getModifiersQuerying(), null) >= 4
&& (PlayConditions.canSelfExert(self, game) || PlayConditions.canRemoveThreat(game, self, 1))) {
ActivateCardAction action = new ActivateCardAction(self);
List<Effect> possibleCosts = new LinkedList<Effect>();

View File

@@ -2,6 +2,7 @@
<b>14 Dec. 2011</b>
- Added "Black Rider" - set 12.
- "Skinbark" now exerts itself, rather than discards.
- "Southron Leader" now can be used when should be.
<b>13 Dec. 2011</b>
- "Saruman's Snows" works only on the site it is attached to.