mirror of
https://github.com/magefree/mage.git
synced 2026-01-24 04:09:54 -08:00
* Thought Hemorrhage, Descendant's Path, Reap Intellect, Shimian Specter, Extirpate, Lobotomy - Fixed wrong search handling in hidden or not hidden zones.
This commit is contained in:
parent
a1a54cae14
commit
d95f3fff9b
6 changed files with 288 additions and 239 deletions
|
|
@ -102,7 +102,7 @@ class DescendantsPathEffect extends OneShotEffect {
|
|||
if (card.getCardType().contains(CardType.CREATURE)) {
|
||||
FilterControlledCreaturePermanent filter = new FilterControlledCreaturePermanent();
|
||||
|
||||
ArrayList<Predicate<MageObject>> subtypes = new ArrayList<Predicate<MageObject>>();
|
||||
ArrayList<Predicate<MageObject>> subtypes = new ArrayList<>();
|
||||
for (String subtype: card.getSubtype()) {
|
||||
subtypes.add(new SubtypePredicate(subtype));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue