Examples of TapLandForManaAllTriggeredManaAbility


Examples of mage.abilities.common.TapLandForManaAllTriggeredManaAbility

        this.color.setGreen(true);

        // Flash
        this.addAbility(FlashAbility.getInstance());
        // Whenever a player taps a land for mana, that player adds one mana to his or her mana pool of any type that land produced.
        this.addAbility(new TapLandForManaAllTriggeredManaAbility(new AddManaOfAnyColorTargetCanProduceEffect(), false, true));
       
    }
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.