forked from External/mage
Allow Coram to correctly cast any spell put in a graveyard this turn.
Fixes #12691
This commit is contained in:
parent
d638c4d5d6
commit
ea446e52f8
1 changed files with 0 additions and 1 deletions
|
|
@ -197,7 +197,6 @@ class CoramTheUndertakerCastSpellFromGraveyardEffect extends AsThoughEffectImpl
|
|||
return card != null
|
||||
&& watcher != null
|
||||
&& watcher.cardPutFromGraveyardThisTurn(new MageObjectReference(card.getMainCard(), game))
|
||||
&& card.isPermanent(game)
|
||||
&& !watcher.spellCastFromGraveyard(source, game);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue