diff --git a/Mage.Sets/src/mage/cards/s/SiphonInsight.java b/Mage.Sets/src/mage/cards/s/SiphonInsight.java index b360338904..d390e3272e 100644 --- a/Mage.Sets/src/mage/cards/s/SiphonInsight.java +++ b/Mage.Sets/src/mage/cards/s/SiphonInsight.java @@ -147,7 +147,7 @@ class SiphonInsightCastFromExileEffect extends AsThoughEffectImpl { return false; } Card theCard = game.getCard(objectId); - if (theCard == null || theCard.isLand(game)) { + if (theCard == null) { return false; } objectId = theCard.getMainCard().getId(); // for split cards