- "Southron Leader" now can be used when should be.
This commit is contained in:
@@ -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>();
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user