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." )); }