From a7d8d8a914c4e9c51ed37ae499ffcad0696a6d0e Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Mon, 21 Sep 2020 17:32:38 -0400 Subject: [PATCH] [ZNR] fixed Tajuru Paragon text (#7044) --- Mage.Sets/src/mage/cards/t/TajuruParagon.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/t/TajuruParagon.java b/Mage.Sets/src/mage/cards/t/TajuruParagon.java index 331debf6c12..3f0ca8bbad0 100644 --- a/Mage.Sets/src/mage/cards/t/TajuruParagon.java +++ b/Mage.Sets/src/mage/cards/t/TajuruParagon.java @@ -51,7 +51,7 @@ public final class TajuruParagon extends CardImpl { new EntersBattlefieldTriggeredAbility(new TajuruParagonEffect()), KickedCondition.instance, "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 " + - "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." )); }