This commit is contained in:
Jeff Wadsworth 2021-10-27 10:57:25 -05:00
parent 58c0b39e09
commit 8a19074ad8

View file

@ -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