Package mage.abilities.effects.common

Examples of mage.abilities.effects.common.ReturnToLibrarySpellEffect


        this.color.setBlue(true);

        // Counter target spell. If that spell is countered this way, put it on the bottom of its owner's library instead of into that player's graveyard. Put Spell Crumple on the bottom of its owner's library.
        this.getSpellAbility().addTarget(new TargetSpell());
        this.getSpellAbility().addEffect(new SpellCrumpleCounterEffect());   
        this.getSpellAbility().addEffect(new ReturnToLibrarySpellEffect(false));
    }
View Full Code Here

TOP

Related Classes of mage.abilities.effects.common.ReturnToLibrarySpellEffect

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.