mirror of
https://github.com/magefree/mage.git
synced 2025-12-25 13:02:06 -08:00
[BRO] Implemented Ashnod's Intervention
This commit is contained in:
parent
b57dccf10a
commit
d8fa5eaeee
3 changed files with 79 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue