mirror of
https://github.com/correl/mage.git
synced 2024-11-15 03:00:16 +00:00
[DMU] fix Tatyova, Steward of Tides effect duration (fixes #9450)
This commit is contained in:
parent
8ec20075c0
commit
d83eb41073
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ public final class TatyovaStewardOfTides extends CardImpl {
|
|||
new EntersBattlefieldControlledTriggeredAbility(new BecomesCreatureTargetEffect(
|
||||
new CreatureToken(
|
||||
3, 3, "3/3 Elemental creature with haste", SubType.ELEMENTAL
|
||||
).withAbility(HasteAbility.getInstance()), false, true, Duration.EndOfTurn
|
||||
).withAbility(HasteAbility.getInstance()), false, true, Duration.Custom
|
||||
), StaticFilters.FILTER_LAND_A), condition, "Whenever a land enters the battlefield " +
|
||||
"under your control, if you control seven or more lands, up to one target land you control " +
|
||||
"becomes a 3/3 Elemental creature with haste. It's still a land."
|
||||
|
|
Loading…
Reference in a new issue