Package mage.abilities.common

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

Related Classes of mage.abilities.common.TapLandForManaAllTriggeredManaAbility

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.