- "Elrond, Venerable Lord" now correctly allows to heal other elves only at the beginning of his skirmish.

This commit is contained in:
marcins78@gmail.com
2011-11-22 17:47:00 +00:00
parent fb708a8b75
commit c0f7288470
2 changed files with 3 additions and 1 deletions

View File

@@ -2,6 +2,7 @@ package com.gempukku.lotro.cards.set10.elven;
import com.gempukku.lotro.cards.AbstractCompanion;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.TriggerConditions;
import com.gempukku.lotro.cards.effects.OptionalEffect;
import com.gempukku.lotro.cards.effects.RevealTopCardsOfDrawDeckEffect;
import com.gempukku.lotro.common.Culture;
@@ -42,7 +43,7 @@ public class Card10_009 extends AbstractCompanion {
@Override
public List<OptionalTriggerAction> getOptionalAfterTriggers(final String playerId, LotroGame game, EffectResult effectResult, final PhysicalCard self) {
if (PlayConditions.canUseFPCardDuringPhase(game, Phase.SKIRMISH, self)
if (TriggerConditions.startOfPhase(game, effectResult, Phase.SKIRMISH)
&& Filters.inSkirmish.accepts(game.getGameState(), game.getModifiersQuerying(), self)) {
final OptionalTriggerAction action = new OptionalTriggerAction(self);
action.appendEffect(

View File

@@ -3,6 +3,7 @@
- If a FP character had already some minion assigned, when FP player assigns minion, that character now counts the
previously assigned minion towards the Defender rule.
- "Gandalf, Manager of Wizards" now puts the cards on top of deck in correct order.
- "Elrond, Venerable Lord" now correctly allows to heal other elves only at the beginning of his skirmish.
<b>21 Nov. 2011</b>
- "Fifth Level" has now a Fortification keyword.