forked from External/mage
Fix Ondu Spiritdancer text
This commit is contained in:
parent
692c55e3e1
commit
51d402f8a2
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@ public final class OnduSpiritdancer extends CardImpl {
|
|||
this.addAbility(new EntersBattlefieldControlledTriggeredAbility(
|
||||
Zone.BATTLEFIELD, new CreateTokenCopyTargetEffect().setText("create a token that's a copy of it"),
|
||||
StaticFilters.FILTER_PERMANENT_ENCHANTMENT, true, SetTargetPointer.PERMANENT, null
|
||||
).setDoOnlyOnceEachTurn(true));
|
||||
).setDoOnlyOnceEachTurn(true).setTriggerPhrase("Whenever an enchantment enters the battlefield under your control, "));
|
||||
}
|
||||
|
||||
private OnduSpiritdancer(final OnduSpiritdancer card) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue