mirror of
https://github.com/magefree/mage.git
synced 2026-01-23 03:39:54 -08:00
Fixed Sakura-Tribe Scout only allowing basic lands
This commit is contained in:
parent
1fe4d59f6a
commit
ae5bccebfa
1 changed files with 5 additions and 2 deletions
|
|
@ -55,8 +55,11 @@ public class SakuraTribeScout extends CardImpl {
|
||||||
this.toughness = new MageInt(1);
|
this.toughness = new MageInt(1);
|
||||||
|
|
||||||
// {tap}: You may put a land card from your hand onto the battlefield.
|
// {tap}: You may put a land card from your hand onto the battlefield.
|
||||||
this.addAbility(new SimpleActivatedAbility(Zone.BATTLEFIELD,
|
this.addAbility(new SimpleActivatedAbility(
|
||||||
new PutCardFromHandOntoBattlefieldEffect(StaticFilters.FILTER_BASIC_LAND_CARD_A), new TapSourceCost()));
|
Zone.BATTLEFIELD,
|
||||||
|
new PutCardFromHandOntoBattlefieldEffect(StaticFilters.FILTER_CARD_LAND_A),
|
||||||
|
new TapSourceCost()
|
||||||
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
public SakuraTribeScout(final SakuraTribeScout card) {
|
public SakuraTribeScout(final SakuraTribeScout card) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue