fixed Dovin, Grand Arbiter not putting back cards in a random order

This commit is contained in:
Evan Kranzler 2019-01-15 10:55:04 -05:00
parent d5c92d0234
commit 225d842512

View file

@ -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));