- "Lieutenant of Orthanc" now correctly exerts itself and gives Fierce to the selected minion.
This commit is contained in:
@@ -3,6 +3,7 @@ package com.gempukku.lotro.cards.set4.isengard;
|
||||
import com.gempukku.lotro.cards.AbstractMinion;
|
||||
import com.gempukku.lotro.cards.PlayConditions;
|
||||
import com.gempukku.lotro.cards.effects.AddUntilStartOfPhaseModifierEffect;
|
||||
import com.gempukku.lotro.cards.effects.SelfExertEffect;
|
||||
import com.gempukku.lotro.common.Culture;
|
||||
import com.gempukku.lotro.common.Keyword;
|
||||
import com.gempukku.lotro.common.Phase;
|
||||
@@ -41,12 +42,14 @@ public class Card4_158 extends AbstractMinion {
|
||||
&& PlayConditions.canExert(self, game, self)) {
|
||||
final ActivateCardAction action = new ActivateCardAction(self);
|
||||
action.appendCost(
|
||||
new SelfExertEffect(self));
|
||||
action.appendEffect(
|
||||
new ChooseActiveCardEffect(self, playerId, "Choose Uruk-hai", Filters.not(self), Race.URUK_HAI) {
|
||||
@Override
|
||||
protected void cardSelected(LotroGame game, PhysicalCard card) {
|
||||
action.insertEffect(
|
||||
new AddUntilStartOfPhaseModifierEffect(
|
||||
new KeywordModifier(self, self, Keyword.FIERCE), Phase.REGROUP));
|
||||
new KeywordModifier(self, card, Keyword.FIERCE), Phase.REGROUP));
|
||||
}
|
||||
});
|
||||
return Collections.singletonList(action);
|
||||
|
||||
@@ -5,6 +5,7 @@ that character can be healed/wounded by the card at least once.
|
||||
- "Narya" from Reflections now has a twilight cost of 0.
|
||||
- Game history now includes also name of the format the game was played in, as well as your deck name you used in it.
|
||||
- Win/lose skirmish triggers should be working now correctly.
|
||||
- "Lieutenant of Orthanc" now correctly exerts itself and gives Fierce to the selected minion.
|
||||
|
||||
<b>27 Nov. 2011</b>
|
||||
- Characters should not die between turns.
|
||||
|
||||
Reference in New Issue
Block a user