- "Treachery Runs Deep" is no longer a Spell (per card text).
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user