- "Rallying Call" now removes (1) when used.

This commit is contained in:
marcins78@gmail.com
2011-11-26 22:09:21 +00:00
parent 67d024ff62
commit e123b772e7
2 changed files with 6 additions and 0 deletions

View File

@@ -2,6 +2,7 @@ package com.gempukku.lotro.cards.set10.raider;
import com.gempukku.lotro.cards.AbstractPermanent;
import com.gempukku.lotro.cards.PlayConditions;
import com.gempukku.lotro.cards.effects.RemoveTwilightEffect;
import com.gempukku.lotro.cards.effects.choose.ChooseAndPlayCardFromHandEffect;
import com.gempukku.lotro.cards.modifiers.CantRemoveThreatsModifier;
import com.gempukku.lotro.common.*;
@@ -46,6 +47,8 @@ public class Card10_047 extends AbstractPermanent {
if (PlayConditions.canUseShadowCardDuringPhase(game, Phase.SHADOW, self, 1)
&& PlayConditions.canPlayFromHand(playerId, game, 1, Keyword.SOUTHRON)) {
ActivateCardAction action = new ActivateCardAction(self);
action.appendCost(
new RemoveTwilightEffect(1));
action.appendCost(
new ChooseAndPlayCardFromHandEffect(playerId, game, Keyword.SOUTHRON));
action.appendEffect(

View File

@@ -1,4 +1,7 @@
<pre style="font-size:80%">
<b>26 Nov. 2011</b>
- "Rallying Call" now removes (1) when used.
<b>25 Nov. 2011</b>
- "There and Back Again" can be played only on Hobbit companions now.
- Added Besieger and Corsair keywords to deckbuilder.