From 225d8425126c025d44df6e15df0435eb09dc5ede Mon Sep 17 00:00:00 2001 From: Evan Kranzler Date: Tue, 15 Jan 2019 10:55:04 -0500 Subject: [PATCH] fixed Dovin, Grand Arbiter not putting back cards in a random order --- Mage.Sets/src/mage/cards/d/DovinGrandArbiter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Mage.Sets/src/mage/cards/d/DovinGrandArbiter.java b/Mage.Sets/src/mage/cards/d/DovinGrandArbiter.java index 298452a9ba..ea2400d975 100644 --- a/Mage.Sets/src/mage/cards/d/DovinGrandArbiter.java +++ b/Mage.Sets/src/mage/cards/d/DovinGrandArbiter.java @@ -51,7 +51,7 @@ public final class DovinGrandArbiter extends CardImpl { new StaticValue(3), StaticFilters.FILTER_CARD, Zone.LIBRARY, 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 " + "on the bottom of your library in a random order." ), -7));