mirror of
https://github.com/correl/mage.git
synced 2024-11-14 11:09:31 +00:00
partial fix for The Filigree Sylex
This commit is contained in:
parent
5722ae27f6
commit
0c9361a057
1 changed files with 1 additions and 0 deletions
|
@ -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());
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue