partial fix for The Filigree Sylex

This commit is contained in:
xenohedron 2023-06-25 16:09:49 -04:00
parent 5722ae27f6
commit 0c9361a057
1 changed files with 1 additions and 0 deletions

View File

@ -92,6 +92,7 @@ enum TheFiligreeSylexPredicate implements ObjectSourcePlayerPredicate<Permanent>
.filter(Objects::nonNull)
.map(permanent -> permanent.getCounters(game))
.map(counters -> counters.getCount(CounterType.OIL))
.orElse(-1)
.equals(input.getObject().getManaValue());
}
}