Package mage.abilities.effects.common.combat

Examples of mage.abilities.effects.common.combat.CanBlockOnlyFlyingEffect


*/

public class CanBlockOnlyFlyingAbility extends SimpleStaticAbility {

    public CanBlockOnlyFlyingAbility() {
        super(Zone.BATTLEFIELD, new CanBlockOnlyFlyingEffect(Duration.WhileOnBattlefield));
    }
View Full Code Here

TOP

Related Classes of mage.abilities.effects.common.combat.CanBlockOnlyFlyingEffect

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.