* Karametra, God of Harvests - Fixed that the land comes into play tapped.

This commit is contained in:
LevelX2 2014-01-27 15:07:32 +01:00
parent cdd2c9c082
commit ce3728766d

View file

@ -78,7 +78,7 @@ public class KarametraGodOfHarvests extends CardImpl<KarametraGodOfHarvests> {
this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, effect)); this.addAbility(new SimpleStaticAbility(Zone.BATTLEFIELD, effect));
// Whenever you cast a creature spell, you may search your library for a Forest or Plains card, put it onto the battlefield tapped, then shuffle your library. // Whenever you cast a creature spell, you may search your library for a Forest or Plains card, put it onto the battlefield tapped, then shuffle your library.
this.addAbility(new SpellCastControllerTriggeredAbility( this.addAbility(new SpellCastControllerTriggeredAbility(
new SearchLibraryPutInPlayEffect(new TargetCardInLibrary(filter)), new FilterCreatureSpell("a creature spell"), true)); new SearchLibraryPutInPlayEffect(new TargetCardInLibrary(filter), true), new FilterCreatureSpell("a creature spell"), true));
} }
public KarametraGodOfHarvests(final KarametraGodOfHarvests card) { public KarametraGodOfHarvests(final KarametraGodOfHarvests card) {