From 5369d4bd9fced1a2409a0329692faf81e1877775 Mon Sep 17 00:00:00 2001 From: Alex Vasile <48962821+Alex-Vasile@users.noreply.github.com> Date: Thu, 30 Jun 2022 21:06:52 -0400 Subject: [PATCH] [MID] Siphon Insight play land. Closes #9189. --- Mage.Sets/src/mage/cards/s/SiphonInsight.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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