mirror of
https://github.com/correl/mage.git
synced 2024-12-26 11:09:27 +00:00
Fixed Angel of Glory's Rise not bringing back Humans
This commit is contained in:
parent
1f522f874a
commit
ea0a677e46
1 changed files with 1 additions and 1 deletions
|
@ -103,7 +103,7 @@ class AngelOfGlorysRiseEffect extends OneShotEffect {
|
|||
controller.moveCards(toExile, Zone.EXILED, source, game);
|
||||
FilterCreatureCard filterHuman = new FilterCreatureCard();
|
||||
filterHuman.add(new SubtypePredicate(SubType.HUMAN));
|
||||
controller.moveCards(controller.getGraveyard().getCards(filterHuman, game), Zone.GRAVEYARD, source, game);
|
||||
controller.moveCards(controller.getGraveyard().getCards(filterHuman, game), Zone.BATTLEFIELD, source, game);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue