Allow Coram to correctly cast any spell put in a graveyard this turn.

Fixes #12691
This commit is contained in:
Grath 2024-08-20 11:46:50 -04:00 committed by GitHub
parent d638c4d5d6
commit ea446e52f8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}
}