mirror of
https://github.com/magefree/mage.git
synced 2026-01-26 21:29:17 -08:00
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
|
return card != null
|
||||||
&& watcher != null
|
&& watcher != null
|
||||||
&& watcher.cardPutFromGraveyardThisTurn(new MageObjectReference(card.getMainCard(), game))
|
&& watcher.cardPutFromGraveyardThisTurn(new MageObjectReference(card.getMainCard(), game))
|
||||||
&& card.isPermanent(game)
|
|
||||||
&& !watcher.spellCastFromGraveyard(source, game);
|
&& !watcher.spellCastFromGraveyard(source, game);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue