mirror of
https://github.com/correl/mage.git
synced 2024-12-26 03:00:11 +00:00
fixed Dovin, Grand Arbiter not putting back cards in a random order
This commit is contained in:
parent
d5c92d0234
commit
225d842512
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ public final class DovinGrandArbiter extends CardImpl {
|
||||||
new StaticValue(3), StaticFilters.FILTER_CARD,
|
new StaticValue(3), StaticFilters.FILTER_CARD,
|
||||||
Zone.LIBRARY, false, false, false,
|
Zone.LIBRARY, false, false, false,
|
||||||
Zone.HAND, false, false, false
|
Zone.HAND, false, false, false
|
||||||
).setText("Look at the top ten cards of your library. " +
|
).setBackInRandomOrder(true).setText("Look at the top ten cards of your library. " +
|
||||||
"Put three of them into your hand and the rest " +
|
"Put three of them into your hand and the rest " +
|
||||||
"on the bottom of your library in a random order."
|
"on the bottom of your library in a random order."
|
||||||
), -7));
|
), -7));
|
||||||
|
|
Loading…
Reference in a new issue