[MID] Siphon Insight play land. Closes #9189.

This commit is contained in:
Alex Vasile 2022-06-30 21:06:52 -04:00
parent 448577a0fe
commit 5369d4bd9f

View file

@ -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