- "Deep in Thought" is now a Spell.

This commit is contained in:
marcins78@gmail.com
2012-03-30 17:37:18 +00:00
parent f4d2bcd006
commit 3eb875a10b
2 changed files with 3 additions and 4 deletions

View File

@@ -2,10 +2,7 @@ package com.gempukku.lotro.cards.set3.gandalf;
import com.gempukku.lotro.cards.AbstractOldEvent;
import com.gempukku.lotro.cards.actions.PlayEventAction;
import com.gempukku.lotro.common.CardType;
import com.gempukku.lotro.common.Culture;
import com.gempukku.lotro.common.Phase;
import com.gempukku.lotro.common.Side;
import com.gempukku.lotro.common.*;
import com.gempukku.lotro.filters.Filters;
import com.gempukku.lotro.game.PhysicalCard;
import com.gempukku.lotro.game.state.LotroGame;
@@ -22,6 +19,7 @@ import com.gempukku.lotro.logic.effects.DiscardCardsFromPlayEffect;
public class Card3_030 extends AbstractOldEvent {
public Card3_030() {
super(Side.FREE_PEOPLE, Culture.GANDALF, "Deep in Thought", Phase.MANEUVER);
addKeyword(Keyword.SPELL);
}
@Override

View File

@@ -4,6 +4,7 @@
- "Final Triumph" should now correctly allow the skirmish to resolve based on Vitality.
- "Host of Udun" should now work correctly.
- "Grima's Dagger" is now a possession, rather than condition.
- "Deep in Thought" is now a Spell.
<b>28 Mar. 2012</b>
- "Galadriel, Lady of the Golden Wood" should play the next site correctly now in non-numbered formats.