Package mage.abilities.effects.common

Examples of mage.abilities.effects.common.SearchLibraryPutInHandEffect


    public DiabolicTutor(UUID ownerId){
        super(ownerId, 135, "Diabolic Tutor", Rarity.UNCOMMON, new CardType[]{CardType.INSTANT},"{2}{B}{B}");
        this.expansionSetCode = "10E";
        this.color.setBlack(true);
        TargetCardInLibrary target = new TargetCardInLibrary();
        this.getSpellAbility().addEffect(new SearchLibraryPutInHandEffect(target));
    }
View Full Code Here

TOP

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

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.