mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
* Karametra, God of Harvests - Fixed that the land comes into play tapped.
This commit is contained in:
parent
cdd2c9c082
commit
ce3728766d
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue