mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
Fix #7661
This commit is contained in:
parent
3954ba266f
commit
9199e5d9ea
1 changed files with 2 additions and 0 deletions
|
@ -62,6 +62,8 @@ class DeicideExileEffect extends SearchTargetGraveyardHandLibraryForCardNameAndE
|
|||
return false;
|
||||
}
|
||||
controller.moveCards(targetEnchantment, Zone.EXILED, source, game);
|
||||
game.getState().processAction(game);
|
||||
|
||||
// 4/26/2014
|
||||
// Deicide looks at the card in exile, not the permanent that was exiled, to determine
|
||||
// if it is a God. For each of the Gods in the Theros block, it won't matter what your
|
||||
|
|
Loading…
Reference in a new issue