Examples of TurnFaceUpAbility


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
Copyright © 2018 www.massapi.com. 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.