forked from External/mage
fix Tectonic Split
This commit is contained in:
parent
3dfc836f14
commit
823ba6d849
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ public final class TectonicSplit extends CardImpl {
|
|||
// Lands you control have "{T}: Add three mana of any one color."
|
||||
this.addAbility(new SimpleStaticAbility(new GainAbilityControlledEffect(
|
||||
new SimpleManaAbility(new AddManaOfAnyColorEffect(3), new TapSourceCost()),
|
||||
Duration.WhileControlled, StaticFilters.FILTER_LANDS
|
||||
Duration.WhileOnBattlefield, StaticFilters.FILTER_LANDS
|
||||
)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue