mirror of
https://github.com/correl/mage.git
synced 2024-12-29 03:00:15 +00:00
fixed Jungle Village (#10095)
Co-authored-by: Daniel Eberhard <daniel.h.e@gmx.de>
This commit is contained in:
parent
f938a5b3b9
commit
14d7f980d1
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public final class JungleVillage extends CardImpl {
|
|||
List<Predicate<MageObject>> subtypePredicates = new ArrayList<>();
|
||||
subtypePredicates.add(SubType.PLAINS.getPredicate());
|
||||
subtypePredicates.add(SubType.MOUNTAIN.getPredicate());
|
||||
subtypePredicates.add(SubType.FAERIE.getPredicate());
|
||||
subtypePredicates.add(SubType.FOREST.getPredicate());
|
||||
filter.add(Predicates.or(subtypePredicates));
|
||||
filter.add(SuperType.BASIC.getPredicate());
|
||||
TargetCardInLibrary target = new TargetCardInLibrary(filter);
|
||||
|
|
Loading…
Reference in a new issue