mirror of
https://github.com/correl/mage.git
synced 2024-11-15 19:19:33 +00:00
[ZNR] fixed Tajuru Paragon text (#7044)
This commit is contained in:
parent
3a865996d2
commit
a7d8d8a914
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public final class TajuruParagon extends CardImpl {
|
||||||
new EntersBattlefieldTriggeredAbility(new TajuruParagonEffect()), KickedCondition.instance,
|
new EntersBattlefieldTriggeredAbility(new TajuruParagonEffect()), KickedCondition.instance,
|
||||||
"When {this} enters the battlefield, if it was kicked, reveal the top six cards of your library. " +
|
"When {this} enters the battlefield, if it was kicked, reveal the top six cards of your library. " +
|
||||||
"You may put a card that shares a creature type with it " +
|
"You may put a card that shares a creature type with it " +
|
||||||
"from among them into your hand. Put the rest on the bottom of your library in a random order"
|
"from among them into your hand. Put the rest on the bottom of your library in a random order."
|
||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue