- "Tower Troll" now exerts itself twice to use the activated ability.

This commit is contained in:
marcins78@gmail.com
2012-02-12 14:05:42 +00:00
parent 2c9d149e46
commit 6dd4ae95ab
2 changed files with 8 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ package com.gempukku.lotro.cards.set15.orc;
import com.gempukku.lotro.cards.AbstractMinion;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.effects.PreventableEffect;
import com.gempukku.lotro.cards.effects.SelfExertEffect;
import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect;
import com.gempukku.lotro.cards.modifiers.evaluator.CountActiveEvaluator;
import com.gempukku.lotro.common.*;
@@ -49,6 +50,10 @@ public class Card15_117 extends AbstractMinion {
if (PlayConditions.canUseShadowCardDuringPhase(game, Phase.ASSIGNMENT, self, 0)
&& PlayConditions.canSelfExert(self, 2, game)) {
final ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(
new SelfExertEffect(self));
action.appendCost(
new SelfExertEffect(self));
action.appendEffect(
new ChooseActiveCardEffect(self, playerId, "Choose companion", CardType.COMPANION, Filters.not(Filters.ringBearer), Filters.assignableToSkirmishAgainst(Side.SHADOW, self)) {
@Override

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>12 Feb. 2012</b>
- "Tower Troll" now exerts itself twice to use the activated ability.
<b>11 Feb. 2012</b>
- "Hurried Barrows" now gives the bonus to companions only if they are mounted.
- "Gondorian Blade" no longer gives Damage +2 if bearer is a ranger and at a river.