mirror of
https://github.com/correl/mage.git
synced 2025-01-11 19:13:02 +00:00
- Fixed #7630
This commit is contained in:
parent
58c0b39e09
commit
8a19074ad8
1 changed files with 0 additions and 1 deletions
|
@ -110,7 +110,6 @@ enum NikoDefiesDestinyValue implements DynamicValue {
|
|||
Cards cardsForetoldInExileZones = new CardsImpl();
|
||||
FilterCard filter = new FilterCard();
|
||||
filter.add(new OwnerIdPredicate(controller.getId()));
|
||||
filter.add(new AbilityPredicate(ForetellAbility.class));
|
||||
for (ExileZone exile : exileZones) {
|
||||
for (Card card : exile.getCards(filter, game)) {
|
||||
// verify that the card is actually Foretold
|
||||
|
|
Loading…
Reference in a new issue