- "The Board Is Set" has now the Spell keyword.
This commit is contained in:
@@ -11,6 +11,7 @@ import com.gempukku.lotro.cards.effects.choose.ChooseAndExertCharactersEffect;
|
||||
import com.gempukku.lotro.cards.results.PlayEventResult;
|
||||
import com.gempukku.lotro.common.CardType;
|
||||
import com.gempukku.lotro.common.Culture;
|
||||
import com.gempukku.lotro.common.Keyword;
|
||||
import com.gempukku.lotro.common.Side;
|
||||
import com.gempukku.lotro.filters.Filters;
|
||||
import com.gempukku.lotro.game.PhysicalCard;
|
||||
@@ -33,6 +34,7 @@ import java.util.List;
|
||||
public class Card7_032 extends AbstractResponseEvent {
|
||||
public Card7_032() {
|
||||
super(Side.FREE_PEOPLE, 0, Culture.GANDALF, "The Board Is Set");
|
||||
addKeyword(Keyword.SPELL);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
@@ -1,4 +1,7 @@
|
||||
<pre style="font-size:80%">
|
||||
<b>6 Mar. 2012</b>
|
||||
- "The Board Is Set" has now the Spell keyword.
|
||||
|
||||
<b>5 Mar. 2012</b>
|
||||
- "Discard to heal" actions now shows the card to the opponent, the same way, as in case of played events.
|
||||
- Stacking discarded Hobbits on Treebeard should no longer cancel their action, for which the cost was discarding them.
|
||||
|
||||
Reference in New Issue
Block a user