Fix for Animate Dead (fixes #8670)

This commit is contained in:
Daniel Bomar 2022-02-07 16:10:22 -06:00
parent eb8e8b7890
commit ffe753fa91
No known key found for this signature in database
GPG key ID: C86C8658F4023918

View file

@ -94,7 +94,7 @@ class AnimateDeadReAttachEffect extends OneShotEffect {
if (controller != null && animateDead != null) {
Card cardInGraveyard = game.getCard(animateDead.getAttachedTo());
if (cardInGraveyard == null) {
if (cardInGraveyard == null || game.getState().getZone(cardInGraveyard.getId()) != Zone.GRAVEYARD) {
return true;
}
// put card into play from Graveyard