- "The Board Is Set" has now the Spell keyword.

This commit is contained in:
marcins78@gmail.com
2012-03-06 09:15:40 +00:00
parent c2494522ef
commit 160741b2dd
2 changed files with 5 additions and 0 deletions

View File

@@ -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

View File

@@ -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.