- "Treachery Runs Deep" is no longer a Spell (per card text).

This commit is contained in:
marcins78
2013-03-12 11:57:35 +00:00
parent 7a7b565926
commit 1988e504ae
2 changed files with 1 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ Lady of Imladris" with completely different text (per card text).
- "Orophin, Lorien Scount" has moved in to Lothlorien (added the keyword).
- "The Palantir of Orthanc, Defiler of Wizards" now requires to spot ISENGARD minion to play (per card text).
- "Treachery Runs Deep" now correctly checks the twilight available before being able to play it.
- "Treachery Runs Deep" is no longer a Spell (per card text).
<b>11 Mar. 2013</b>
- Second Edition is playable now.

View File

@@ -5,7 +5,6 @@ import com.gempukku.lotro.cards.TriggerConditions;
import com.gempukku.lotro.cards.actions.PlayEventAction;
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.game.PhysicalCard;
import com.gempukku.lotro.game.state.LotroGame;
@@ -27,7 +26,6 @@ import java.util.List;
public class Card20_244 extends AbstractResponseEvent {
public Card20_244() {
super(Side.SHADOW, 2, Culture.ISENGARD, "Treachery Runs Deep");
addKeyword(Keyword.SPELL);
}
@Override