mirror of
https://github.com/magefree/mage.git
synced 2025-12-23 03:51:58 -08:00
[LCI] add missing filter to Kaslem's Stonetree
This commit is contained in:
parent
eb0e5656c6
commit
d92981c163
1 changed files with 3 additions and 1 deletions
|
|
@ -8,6 +8,7 @@ import mage.cards.CardSetInfo;
|
|||
import mage.constants.CardType;
|
||||
import mage.constants.PutCards;
|
||||
import mage.constants.SubType;
|
||||
import mage.filter.StaticFilters;
|
||||
|
||||
import java.util.UUID;
|
||||
|
||||
|
|
@ -22,7 +23,8 @@ public final class KaslemsStonetree extends CardImpl {
|
|||
|
||||
// When Kaslem's Stonetree enters the battlefield, look at the top six cards of your library. You may put a land card from among them onto the battlefield tapped. Put the rest on the bottom in a random order.
|
||||
this.addAbility(new EntersBattlefieldTriggeredAbility(new LookLibraryAndPickControllerEffect(
|
||||
6, 1, PutCards.BATTLEFIELD_TAPPED, PutCards.BOTTOM_RANDOM
|
||||
6, 1, StaticFilters.FILTER_CARD_LAND_A,
|
||||
PutCards.BATTLEFIELD_TAPPED, PutCards.BOTTOM_RANDOM
|
||||
)));
|
||||
|
||||
// Craft with Cave {5}{G}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue