mirror of
https://github.com/correl/mage.git
synced 2024-11-28 19:19:55 +00:00
* Thassa's Oracle - fixed wrong text (#6223);
This commit is contained in:
parent
0d981a8528
commit
36b309df6b
1 changed files with 1 additions and 1 deletions
|
@ -49,7 +49,7 @@ class ThassasOracleEffect extends OneShotEffect {
|
||||||
ThassasOracleEffect() {
|
ThassasOracleEffect() {
|
||||||
super(Outcome.Benefit);
|
super(Outcome.Benefit);
|
||||||
staticText = "look at the top X cards of your library, where X is your devotion to blue. " +
|
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";
|
"If X is greater than or equal to the number of cards in your library, you win the game";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue