- "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
|
@Override
|
||||||
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, PhysicalCard self) {
|
protected List<? extends Action> getExtraPhaseActions(String playerId, LotroGame game, PhysicalCard self) {
|
||||||
if (PlayConditions.canUseShadowCardDuringPhase(game, Phase.ARCHERY, self, 0)
|
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))) {
|
&& (PlayConditions.canSelfExert(self, game) || PlayConditions.canRemoveThreat(game, self, 1))) {
|
||||||
ActivateCardAction action = new ActivateCardAction(self);
|
ActivateCardAction action = new ActivateCardAction(self);
|
||||||
List<Effect> possibleCosts = new LinkedList<Effect>();
|
List<Effect> possibleCosts = new LinkedList<Effect>();
|
||||||
|
|||||||
@@ -2,6 +2,7 @@
|
|||||||
<b>14 Dec. 2011</b>
|
<b>14 Dec. 2011</b>
|
||||||
- Added "Black Rider" - set 12.
|
- Added "Black Rider" - set 12.
|
||||||
- "Skinbark" now exerts itself, rather than discards.
|
- "Skinbark" now exerts itself, rather than discards.
|
||||||
|
- "Southron Leader" now can be used when should be.
|
||||||
|
|
||||||
<b>13 Dec. 2011</b>
|
<b>13 Dec. 2011</b>
|
||||||
- "Saruman's Snows" works only on the site it is attached to.
|
- "Saruman's Snows" works only on the site it is attached to.
|
||||||
|
|||||||
Reference in New Issue
Block a user