Package mage.abilities.effects.common

Examples of mage.abilities.effects.common.CantTargetControllerEffect


  public LeylineOfSanctity(UUID ownerId) {
    super(ownerId, 21, "Leyline of Sanctity", Rarity.RARE, new CardType[]{CardType.ENCHANTMENT}, "{2}{W}{W}");
    this.expansionSetCode = "M11";
    this.color.setWhite(true);
    this.addAbility(LeylineAbility.getInstance());
    this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CantTargetControllerEffect(filter, Duration.WhileOnBattlefield)));
  }
View Full Code Here

TOP

Related Classes of mage.abilities.effects.common.CantTargetControllerEffect

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.