Package mage.abilities.common

Examples of mage.abilities.common.TurnFaceUpAbility


    public BecomesFaceDownCreatureEffect(Costs morphCosts) {
        super(Duration.WhileOnBattlefield, Outcome.BecomeCreature);
        this.zoneChangeCounter = Integer.MIN_VALUE;
        if (morphCosts != null) {
            this.turnFaceUpAbility = new TurnFaceUpAbility(morphCosts);
        }
        staticText = "{this} becomes a 2/2 face-down creature, with no text, no name, no subtypes, and no mana cost";
    }
View Full Code Here

TOP

Related Classes of mage.abilities.common.TurnFaceUpAbility

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.