mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
[MID] Siphon Insight play land. Closes #9189.
This commit is contained in:
parent
448577a0fe
commit
5369d4bd9f
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue