diff --git a/Mage.Sets/src/mage/cards/t/ThassasOracle.java b/Mage.Sets/src/mage/cards/t/ThassasOracle.java index 4110561d1c..a7ee33cc0e 100644 --- a/Mage.Sets/src/mage/cards/t/ThassasOracle.java +++ b/Mage.Sets/src/mage/cards/t/ThassasOracle.java @@ -49,7 +49,7 @@ class ThassasOracleEffect extends OneShotEffect { ThassasOracleEffect() { super(Outcome.Benefit); staticText = "look at the top X cards of your library, where X is your devotion to blue. " + - "Put one of them on top of your library and the rest on the bottom of your library in a random order. " + + "Put up to one of them on top of your library and the rest on the bottom of your library in a random order. " + "If X is greater than or equal to the number of cards in your library, you win the game"; }