forked from External/mage
[NEO] fixed Chishiro, the Shattered Blade adding counters to noncreature permanents (fixes #8681)
This commit is contained in:
parent
54203c16d3
commit
f8f84ae0ca
1 changed files with 2 additions and 2 deletions
|
|
@ -13,7 +13,7 @@ import mage.constants.SuperType;
|
|||
import mage.constants.TargetController;
|
||||
import mage.counters.CounterType;
|
||||
import mage.filter.FilterPermanent;
|
||||
import mage.filter.common.FilterControlledPermanent;
|
||||
import mage.filter.common.FilterControlledCreaturePermanent;
|
||||
import mage.filter.predicate.Predicates;
|
||||
import mage.filter.predicate.permanent.ModifiedPredicate;
|
||||
import mage.game.permanent.token.SpiritRedToken;
|
||||
|
|
@ -26,7 +26,7 @@ import java.util.UUID;
|
|||
public final class ChishiroTheShatteredBlade extends CardImpl {
|
||||
|
||||
private static final FilterPermanent filter = new FilterPermanent("an Aura or Equipment");
|
||||
private static final FilterPermanent filter2 = new FilterControlledPermanent("modified creature you control");
|
||||
private static final FilterPermanent filter2 = new FilterControlledCreaturePermanent("modified creature you control");
|
||||
|
||||
static {
|
||||
filter.add(Predicates.or(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue