mirror of
https://github.com/magefree/mage.git
synced 2025-12-20 02:30:08 -08:00
fix Pia Nalaar, Chief Mechanic
This commit is contained in:
parent
53382bd6c9
commit
199652463c
1 changed files with 3 additions and 2 deletions
|
|
@ -12,7 +12,8 @@ import mage.cards.CardImpl;
|
||||||
import mage.cards.CardSetInfo;
|
import mage.cards.CardSetInfo;
|
||||||
import mage.constants.*;
|
import mage.constants.*;
|
||||||
import mage.counters.CounterType;
|
import mage.counters.CounterType;
|
||||||
import mage.filter.common.FilterCreaturePermanent;
|
import mage.filter.FilterPermanent;
|
||||||
|
import mage.filter.common.FilterArtifactCreaturePermanent;
|
||||||
import mage.game.Game;
|
import mage.game.Game;
|
||||||
import mage.game.permanent.token.NalaarAetherjetToken;
|
import mage.game.permanent.token.NalaarAetherjetToken;
|
||||||
import mage.game.permanent.token.Token;
|
import mage.game.permanent.token.Token;
|
||||||
|
|
@ -25,7 +26,7 @@ import java.util.UUID;
|
||||||
*/
|
*/
|
||||||
public final class PiaNalaarChiefMechanic extends CardImpl {
|
public final class PiaNalaarChiefMechanic extends CardImpl {
|
||||||
|
|
||||||
private static final FilterCreaturePermanent filter = new FilterCreaturePermanent("artifact creatures you control");
|
private static final FilterPermanent filter = new FilterArtifactCreaturePermanent("artifact creatures you control");
|
||||||
|
|
||||||
static {
|
static {
|
||||||
filter.add(TargetController.YOU.getControllerPredicate());
|
filter.add(TargetController.YOU.getControllerPredicate());
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue