mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +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.
|
||||
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) {
|
||||
|
|
Loading…
Reference in a new issue