Examples of ChoiceLeftOrRight


Examples of mage.choices.ChoiceLeftOrRight

        this.expansionSetCode = "C13";

        this.color.setBlue(true);

        // Choose left or right. Starting with you and proceeding in the chosen direction, each player chooses a creature controlled by the next player in that direction. Each player gains control of the creature he or she chose.
        this.getSpellAbility().addChoice(new ChoiceLeftOrRight());
        this.getSpellAbility().addEffect(new OrderOfSuccessionEffect());
    }
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.