* Thassa's Oracle - fixed wrong text (#6223);

This commit is contained in:
Oleg Agafonov 2020-01-26 19:56:01 +04:00
parent 0d981a8528
commit 36b309df6b

View file

@ -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";
}