Package mage.abilities.effects.common.combat

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


        this.expansionSetCode = "STH";

        this.color.setWhite(true);

        // Wall creatures can attack as though they didn't have defender.
        this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new CanAttackAsThoughtItDidntHaveDefenderAllEffect(Duration.WhileOnBattlefield, filter)));
    }
View Full Code Here

TOP

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

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.