[BRO] Implemented Ashnod's Intervention

This commit is contained in:
Daniel Bomar 2022-11-08 16:43:03 -06:00
parent b57dccf10a
commit d8fa5eaeee
No known key found for this signature in database
GPG key ID: C86C8658F4023918
3 changed files with 79 additions and 0 deletions

View file

@ -78,6 +78,7 @@ public class ReturnToHandSourceEffect extends OneShotEffect {
}
break;
case GRAVEYARD:
case EXILED:
Card card = (Card) mageObject;
return !fromBattlefieldOnly && controller.moveCards(card, Zone.HAND, source, game);
case STACK: