- "Grimir" now can prevent the wound only in Skirmish phase.

This commit is contained in:
marcins78@gmail.com
2012-02-17 09:58:57 +00:00
parent f80793de7b
commit 55eb29242d
2 changed files with 5 additions and 0 deletions

View File

@@ -7,6 +7,7 @@ import com.gempukku.lotro.cards.effects.PreventCardEffect;
import com.gempukku.lotro.cards.effects.choose.ChooseAndDiscardCardsFromPlayEffect;
import com.gempukku.lotro.common.CardType;
import com.gempukku.lotro.common.Culture;
import com.gempukku.lotro.common.Phase;
import com.gempukku.lotro.common.Race;
import com.gempukku.lotro.filters.Filters;
import com.gempukku.lotro.game.PhysicalCard;
@@ -39,6 +40,7 @@ public class Card11_010 extends AbstractCompanion {
@Override
public List<? extends ActivateCardAction> getOptionalInPlayBeforeActions(String playerId, LotroGame game, Effect effect, PhysicalCard self) {
if (TriggerConditions.isGettingWounded(effect, game, Race.DWARF, CardType.COMPANION)
&& PlayConditions.isPhase(game, Phase.SKIRMISH)
&& PlayConditions.canDiscardFromPlay(self, game, 2, Culture.DWARVEN, Filters.not(Filters.character))) {
final WoundCharactersEffect woundEffect = (WoundCharactersEffect) effect;

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>17 Feb. 2012</b>
- "Grimir" now can prevent the wound only in Skirmish phase.
<b>15 Feb. 2012</b>
- Followers are added to deck builder list of card types.
- "Salt from the Shire" is no longer misspelled.