Package mage.abilities.effects.common.continious

Examples of mage.abilities.effects.common.continious.LifeTotalCantChangeControllerEffect


        this.power = new MageInt(8);
        this.toughness = new MageInt(8);

        // Your life total can't change.
        this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, new LifeTotalCantChangeControllerEffect(Duration.WhileOnBattlefield)));
    }
View Full Code Here

TOP

Related Classes of mage.abilities.effects.common.continious.LifeTotalCantChangeControllerEffect

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.