mirror of
https://github.com/correl/mage.git
synced 2025-01-13 19:11:33 +00:00
fixed Llanowar Scout only allowing basic lands (fixes #5011)
This commit is contained in:
parent
55e4be568b
commit
161edc0654
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ public final class LlanowarScout extends CardImpl {
|
||||||
|
|
||||||
// {T}: You may put a land card from your hand onto the battlefield.
|
// {T}: You may put a land card from your hand onto the battlefield.
|
||||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD,
|
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD,
|
||||||
new PutCardFromHandOntoBattlefieldEffect(StaticFilters.FILTER_CARD_BASIC_LAND_A), new TapSourceCost()));
|
new PutCardFromHandOntoBattlefieldEffect(StaticFilters.FILTER_CARD_LAND_A), new TapSourceCost()));
|
||||||
}
|
}
|
||||||
|
|
||||||
public LlanowarScout(final LlanowarScout card) {
|
public LlanowarScout(final LlanowarScout card) {
|
||||||
|
|
Loading…
Reference in a new issue